)]}'
{
  "log": [
    {
      "commit": "8a3620f2cc04669bdd1e7a0917ef030ecf1575bf",
      "tree": "7df5c227ebdc4774386bf1dc508d6ee4d6be3f00",
      "parents": [
        "1e8c673dbf5cd03431e3a5b08e2bdcbfa3de1d38",
        "f77d4a1e22b098d87a886740484e6601d5169437"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Jun 16 16:28:36 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 16 16:28:42 2017 +0000"
      },
      "message": "Merge \"Add EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE extrs to phone account\" into oc-dr1-dev"
    },
    {
      "commit": "f77d4a1e22b098d87a886740484e6601d5169437",
      "tree": "45907c077ce8368c9f7a65e26932b79179d2dffe",
      "parents": [
        "9a06d4bc772db17b74a122dde8235922a6be7309"
      ],
      "author": {
        "name": "Srikanth Chintala",
        "email": "srikchin@codeaurora.org",
        "time": "Mon Apr 03 18:08:14 2017 +0530"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu Jun 15 10:39:15 2017 -0700"
      },
      "message": "Add EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE extrs to phone account\n\nAdd EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE extra to phone account\nso that all voip call audio mode will be set MODE_IN_COMMUNICATION\n\nTest: Manual\nBug: 34869196\nChange-Id: I367fbfb05779f80ebde78cb8dcebeafa3f885b3b\n"
    },
    {
      "commit": "f69a9c9dc684c97dd2258b9ef4b269b8bf79dc35",
      "tree": "a1b3055d5ad1ba1a38e4ce9a6325e458621a194e",
      "parents": [
        "b692f4a09585320fd0d65877ae888c03bfef0f23",
        "8adafe786cf548543d721602ea35969afcdc295f"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Tue Jun 13 22:51:28 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jun 13 22:51:33 2017 +0000"
      },
      "message": "Merge \"Increases TC Logging Visibility for testing\" into oc-dr1-dev"
    },
    {
      "commit": "48962fcc3b670995118e1c998e1c59d92a63153d",
      "tree": "1fc9b559acf36dc23fe40eae7a26a3a32c22c986",
      "parents": [
        "240252255393dfe0d891696f895b250fff6ca7d6",
        "3af3869054fbdd49330d4a01e4d72d7d7d4aa917"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Jun 13 20:48:12 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jun 13 20:48:17 2017 +0000"
      },
      "message": "Merge \"Add EXTRA_HANDOVER_FROM_PHONE_ACCOUNT.\" into oc-dr1-dev"
    },
    {
      "commit": "3af3869054fbdd49330d4a01e4d72d7d7d4aa917",
      "tree": "9acac73728b70d5d9a1aa6c2c193ef824f8c9f54",
      "parents": [
        "9a06d4bc772db17b74a122dde8235922a6be7309"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri May 26 13:30:09 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Jun 13 10:34:58 2017 -0700"
      },
      "message": "Add EXTRA_HANDOVER_FROM_PHONE_ACCOUNT.\n\nUsed in handovers to tell the account we\u0027re handing over to which account\nthe call is from.\n\nTest: Manual\nBug: 38027075\nChange-Id: I9b61a5fce3e4f7344174a1b81f4964ca02b71ccd\n"
    },
    {
      "commit": "0c28d43fe1423198f99a0518887b69a4205bc6f7",
      "tree": "64be1babad08113f8c4d457631496e13a7f523aa",
      "parents": [
        "9620595965bc7ffb74518eee19bbd63702c57121"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Fri Jun 09 11:37:02 2017 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jun 12 10:26:01 2017 -0600"
      },
      "message": "Hide APIs not intended to ship in DR.\n\nThis CL will be reverted once it merges into the next release branch\nto re-introduce the proposed APIs.\n\nThis CL also makes the following code changes to preserve API\ncompatibility:\n\n-- It keeps the recently added RemoteViews.clone() synchronized logic\nintact, but moves it inside the method to avoid changing the API\nsignature.\n\n-- It reverts the RttCall.read() behavior to the oc-dev logic, since\nwe can\u0027t throw IOException until we get an API level bump.  (The\noriginal logic returned null instead of throwing.)\n\nTest: builds, boots\nBug: 62427252, 62431886, 62427329\nBug: 62468911, 62431162, 62428935, 62429096\nBug: 37290820, 37359238, 36886243\nBug: 30143923, 35761231, 62192626, 29829689\nChange-Id: I83d723f598cb0ee1fe198e65debd86ef7fd0420c\n"
    },
    {
      "commit": "8adafe786cf548543d721602ea35969afcdc295f",
      "tree": "8a9ea39b1bcff5411cfbd7c7da32d33802112f40",
      "parents": [
        "2fe945c3a916430d1ba33824e6452dd48c5f13c8"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Thu Jun 08 15:44:40 2017 -0700"
      },
      "committer": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Thu Jun 08 15:44:40 2017 -0700"
      },
      "message": "Increases TC Logging Visibility for testing\n\nTest: Run Telecom unit tests.\nChange-Id: Ie7a61c60f0a7a9bbc024741c668299efafa5e18d\n"
    },
    {
      "commit": "28f6dc951223a017f9abc90599662cb3f4995ad1",
      "tree": "b0b9563a9afbff8e02eadcf4ba1e8fefcd64c639",
      "parents": [
        "3de8df76b5f2f7d4aa2f37a1b7c1d0100fc94059",
        "67cb5f5210dd53d6e4726ab77bc5fc5164ab1a3c"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Tue Jun 06 16:17:39 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Jun 06 16:17:39 2017 +0000"
      },
      "message": "Merge \"Give Doclava our manifest; more permission docs.\" into oc-dev am: 65d4cbba37\nam: 67cb5f5210\n\nChange-Id: Ic4c30cdb8bbfda5b3703eb3c7c36c1bf8ab3a216\n"
    },
    {
      "commit": "ec68b46bc85b2317053da7e2933876fc6e51ac2f",
      "tree": "2255e80e732a2b4ea68c50685d1dfc8a3956509f",
      "parents": [
        "811e9d6ee820b84922ff6a9794a91c1ebfa958f2",
        "7a2e4a848602ddb861f9f35cb93edbdca32a7db1"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Tue Jun 06 15:48:24 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Jun 06 15:48:24 2017 +0000"
      },
      "message": "Merge \"Annotate @SystemApi with required permissions.\" into oc-dev am: c1406978a4\nam: 7a2e4a8486\n\nChange-Id: Ib629e25dbf047c110feaf03e4ff744b5c6df9aeb\n"
    },
    {
      "commit": "67cb5f5210dd53d6e4726ab77bc5fc5164ab1a3c",
      "tree": "0256cbd62a3841bf3a1364e243fbac12a52a3068",
      "parents": [
        "0ffff6a341b294e251a23136664472f47b73302f",
        "65d4cbba370ec85d45b88f91ee13b8d37b3d9909"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Tue Jun 06 15:28:26 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Jun 06 15:28:26 2017 +0000"
      },
      "message": "Merge \"Give Doclava our manifest; more permission docs.\" into oc-dev\nam: 65d4cbba37\n\nChange-Id: I2ec50efb67debd15d354db69b84fb620eb74bc0e\n"
    },
    {
      "commit": "bfc4fcde9f756337fc8d0867ff04549b08688fff",
      "tree": "59c1a1cbbfd8483c335409c4c3a820a9a82c2f66",
      "parents": [
        "d86b8fea43ebb6e5c31691b44d8ceb0d8d3c9072"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jun 05 17:38:17 2017 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jun 05 17:38:19 2017 -0600"
      },
      "message": "Give Doclava our manifest; more permission docs.\n\nWe\u0027ve seen some @SystemApi methods protected with non-system\npermissions, so give Doclava the platform AndroidManifest.xml so it\ncan parse the actual permission protection levels to look for APIs\nthat are letting in non-system apps.\n\nAlso document more @SystemApi permissions.\n\nThis is purely a docs change; no logic changes are being made.\n\nTest: make -j32 update-api\nBug: 62263906\nChange-Id: Ie0f0a5fb0033817bcc95060f2183a52ae4ae7b06\n"
    },
    {
      "commit": "7a2e4a848602ddb861f9f35cb93edbdca32a7db1",
      "tree": "99962917a2afd3320cb77a3cdb12d5b96bd4293d",
      "parents": [
        "c382355cc1ab65017e74d7e0d43efe791ca741cd",
        "c1406978a4be2d7462142f6c3b3fcdfaca50ec67"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Mon Jun 05 22:28:21 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Jun 05 22:28:21 2017 +0000"
      },
      "message": "Merge \"Annotate @SystemApi with required permissions.\" into oc-dev\nam: c1406978a4\n\nChange-Id: I305967cad945a807c3f8234efabaad0ef8b591d1\n"
    },
    {
      "commit": "d86b8fea43ebb6e5c31691b44d8ceb0d8d3c9072",
      "tree": "547566f25eb693f99c48ff9afd81fafaef44e435",
      "parents": [
        "373ab72112a652982bf51bb3f50b0678065be0aa"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Fri Jun 02 17:36:26 2017 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jun 05 13:27:11 2017 -0600"
      },
      "message": "Annotate @SystemApi with required permissions.\n\nMost @SystemApi methods should be protected with system (or higher)\npermissions, so annotate common methods with @RequiresPermission to\nmake automatic verification easier.\n\nVerification is really only relevant when calling into system\nservices (where permissions checking can happen on the other side of\na Binder call), so annotate managers with the new @SystemService\nannotation, which is now automatically documented.\n\nThis is purely a docs change; no logic changes are being made.\n\nTest: make -j32 update-api \u0026\u0026 make -j32 offline-sdk-docs\nBug: 62263906\nChange-Id: I2554227202d84465676aa4ab0dd336b5c45fc651\n"
    },
    {
      "commit": "9d20d98919d1e941bb941875f59b646437d2874e",
      "tree": "73375de5021bc1d77fde83845ae36a936b8cc2be",
      "parents": [
        "98485fc810e1c79aca9f6cb2e68975f19ea0d405"
      ],
      "author": {
        "name": "Ta-wei Yen",
        "email": "twyen@google.com",
        "time": "Fri Jun 02 11:07:07 2017 -0700"
      },
      "committer": {
        "name": "Ta-wei Yen",
        "email": "twyen@google.com",
        "time": "Fri Jun 02 14:01:12 2017 -0700"
      },
      "message": "Add device and carrier flags for video calling fallback\n\nThese flags let the system dialer/contacts/SMS app determine if\nintegration with video calling apps are allowed if the carrier video\ncalling is not available.\n\nEXTRA_SUPPORTS_VIDEO_CALLING_FALLBACK in PhoneAccount.getExtras()\nshould be checked first. This flag is disabled by default and OEMs\nwill need to enable it.\n\nIf the device supports the fallback, then\nCarrierConfigManager.KEY_ALLOW_VIDEO_CALLING_FALLBACK_BOOL should be\nchecked so individual carriers can ban the feature. This flag is\nallowed by default.\n\nChange-Id: Id46f684254402acb9142f87684ddff2d830f1701\nFixes: 62264468\nTest: manual\n"
    },
    {
      "commit": "a39fefc2fc9746757a5430d2357f719139b0e302",
      "tree": "13edce33a7dfaf775eaf1f37c8f8a8944c663687",
      "parents": [
        "1157b577a1530f9fb16557cd0a7fb1e679b359ed",
        "0aea0d2c5361ce22493652e0fe9339d5b4bbc4f3"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu May 25 19:55:00 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu May 25 19:55:00 2017 +0000"
      },
      "message": "Merge \"Add ability to add existing connection AND set parent at the same time.\" into oc-dev am: 95f4f14e0b\nam: 0aea0d2c53\n\nChange-Id: I76805ba85bfac39cdaa3ddd2b8340423e4c7ffbe\n"
    },
    {
      "commit": "0aea0d2c5361ce22493652e0fe9339d5b4bbc4f3",
      "tree": "8320496f3bc73bc9c4dc6c7cafc4acbd62d3182f",
      "parents": [
        "e406d52628a9ef8075e6f49dcb157f7a47a4766b",
        "95f4f14e0b93fa6b80723e3c48b2c461f97dea8f"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu May 25 19:44:32 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu May 25 19:44:32 2017 +0000"
      },
      "message": "Merge \"Add ability to add existing connection AND set parent at the same time.\" into oc-dev\nam: 95f4f14e0b\n\nChange-Id: If762616920b266064cd1ee5520d5778ebb1475a7\n"
    },
    {
      "commit": "95f4f14e0b93fa6b80723e3c48b2c461f97dea8f",
      "tree": "dc6628b95e08fe414fc29b8f4b840bdada55c08c",
      "parents": [
        "975ee1f25a58e1f5f636248c0b51851767ccc14b",
        "78da7816da1acdb1cce3f4b5943d105c3383debe"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu May 25 19:33:58 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu May 25 19:34:02 2017 +0000"
      },
      "message": "Merge \"Add ability to add existing connection AND set parent at the same time.\" into oc-dev"
    },
    {
      "commit": "6668689037d04d444fcd4ae99988ccbaaace8840",
      "tree": "f9dc522f7dc469ee850f393fdfa4f7bfe0bd7b76",
      "parents": [
        "34cccbf5409476c23b929320602570c9c5927081",
        "bfea5cdb78c09e4d5f9a55d20e462536631e5e9a"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed May 24 23:09:07 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed May 24 23:09:07 2017 +0000"
      },
      "message": "Merge \"Add ability to dump events in a timeline view.\" am: 255a171c5d am: 3b27d69612 am: a1c225936a\nam: bfea5cdb78\n\nChange-Id: Ib1a0fa4221890b02937bc44d3293a65b5508d12f\n"
    },
    {
      "commit": "bfea5cdb78c09e4d5f9a55d20e462536631e5e9a",
      "tree": "0dd3f973040bb617c32f89a6078593b087507651",
      "parents": [
        "8edc7a7ea599998ec2c0aa67dab163e4d21e15ab",
        "a1c225936abc02079ab5e75633d1b7c9eb032773"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed May 24 23:01:22 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed May 24 23:01:22 2017 +0000"
      },
      "message": "Merge \"Add ability to dump events in a timeline view.\" am: 255a171c5d am: 3b27d69612\nam: a1c225936a\n\nChange-Id: I34c3327e675d1948ae6074337cce800919e03030\n"
    },
    {
      "commit": "78da7816da1acdb1cce3f4b5943d105c3383debe",
      "tree": "6f50257f18e65981102981b9bcd76dd9ad4df04b",
      "parents": [
        "e943a3cbe7dd9d7f1ab977e64178730190b37755"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue May 09 14:34:57 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed May 24 15:15:44 2017 -0700"
      },
      "message": "Add ability to add existing connection AND set parent at the same time.\n\nThis is useful for IMS conferences where we want to add a connection and\nset it as a child of a conference at the same time.\n\nTest: Manual\nBug: 37581781\nChange-Id: Id09c8296ffe18893c5642d403c6a69ad6c9765e2\n"
    },
    {
      "commit": "041a1fe3c62d510f4b95c6e06357824046f9d6f0",
      "tree": "454b7fb0be3ba60904e21c1d5fb33f5a389e11e2",
      "parents": [
        "4faad800096a836736ff5b0f2c15e1ef1b613003"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri May 12 10:04:49 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed May 24 15:23:03 2017 +0000"
      },
      "message": "Add ConnectionService callback invoked when connection creation complete.\n\nAdding a new @hide callback in ConnectionService which a CS implementation\ncan implement.  A callback from Telecom is responsible for invoking this\nmethod.\n\nTest: Manual\nBug: 33272455\nChange-Id: Id17cf0fd8fd491b7677f9b7a7b52c76270b1c8c9\n(cherry picked from commit d104a4f7f67ad6ca098bef0dc3824c5c47e7bcaf)\n"
    },
    {
      "commit": "fa9293b1838334be1f32a30be566bb7597366fa4",
      "tree": "42f358c717f7cde38206e16e47db73aa909aab11",
      "parents": [
        "a5e1143331108c769e40cedddb701e46f52397a9",
        "71d051ad2cd2c6f2ecd57fb55f636d7fced7a742"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed May 24 14:14:47 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed May 24 14:14:47 2017 +0000"
      },
      "message": "Merge \"Add ConnectionService callback invoked when connection creation complete.\" into oc-dev\nam: 71d051ad2c\n\nChange-Id: I901377bda1364f0cb7b28bcb699a647627f775a9\n"
    },
    {
      "commit": "2db81b599b342de99fd80001ed1a131b9fc67f6a",
      "tree": "f0efbfd721a772666ba9a67e868b2e9d0e4d6bf1",
      "parents": [
        "d4ae914be27a29b4d764846ec57af9fb9fe4a69e"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri May 19 10:10:23 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri May 19 10:24:24 2017 -0700"
      },
      "message": "Add ability to dump events in a timeline view.\n\nAdding new event dump which shows the events for all call, sorted by\ntime of event.\n\nTest: Manual\nBug: 38450166\nChange-Id: I9fd4ce92bdf62ef48d6940f03db1f2388003e9fc\n"
    },
    {
      "commit": "d104a4f7f67ad6ca098bef0dc3824c5c47e7bcaf",
      "tree": "d64dce36992d09692f5e9723bba7718b4acb741d",
      "parents": [
        "6c97781468d3e373baad74ea5f8063e185e9e455"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri May 12 10:04:49 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon May 15 11:38:18 2017 -0700"
      },
      "message": "Add ConnectionService callback invoked when connection creation complete.\n\nAdding a new @hide callback in ConnectionService which a CS implementation\ncan implement.  A callback from Telecom is responsible for invoking this\nmethod.\n\nTest: Manual\nBug: 33272455\nChange-Id: Id17cf0fd8fd491b7677f9b7a7b52c76270b1c8c9\n"
    },
    {
      "commit": "ea55ba44e7694afd72f0e8c213d1f135d923db33",
      "tree": "77e1a39c97a098e3c6c473fa4d83a434df1c6a37",
      "parents": [
        "578469f70724074b8ebb49c8d3f3c644fb9ac833",
        "9001d22999a8f6646dc56b813134039a94418172"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 28 19:32:55 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Apr 28 19:32:55 2017 +0000"
      },
      "message": "Merge \"Add sort order extra for phoneaccount\" am: 78d3f9e1f5 am: bd4140a945\nam: 9001d22999\n\nChange-Id: I903198c9b488bc2571f4cfba8ffd25fe15b7260d\n"
    },
    {
      "commit": "78d3f9e1f513d968379d7a2922d24dc45d4b942e",
      "tree": "1bdd9a083f4bcb2e2fc20faa148d3c750b7deea4",
      "parents": [
        "763ff42a69852db478815087066a5327200ad477",
        "212102b36d7a515d00a987f22b105d2d0f27d737"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 28 17:58:43 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Apr 28 17:58:45 2017 +0000"
      },
      "message": "Merge \"Add sort order extra for phoneaccount\""
    },
    {
      "commit": "212102b36d7a515d00a987f22b105d2d0f27d737",
      "tree": "0a60036bb6f8a5f0b6798aeb33103477c82f19cc",
      "parents": [
        "6d033475b307ae95d0e733a3be9260525aa2879d"
      ],
      "author": {
        "name": "Srikanth Chintala",
        "email": "srikchin@codeaurora.org",
        "time": "Mon Mar 27 19:27:52 2017 +0530"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 28 17:52:08 2017 +0000"
      },
      "message": "Add sort order extra for phoneaccount\n\nAdd sort order extra for phoneaccount\nwhich will be used while sorting\nphone accounts in Telecomm\n\nTest: Manual\nBug: 34872161\nMerged-In: I268d2250cc9bcd1a5e9eb8be99dcb23e2bcceadc\nChange-Id: I268d2250cc9bcd1a5e9eb8be99dcb23e2bcceadc\n"
    },
    {
      "commit": "949e2746109cf9154fdf6917c69736b90842fe8f",
      "tree": "1840b7a8bd193aa19e2c87c1971386a244b829d4",
      "parents": [
        "fccea2a63fcace44451855c9c2deff556bf58eac",
        "62428403718d29a62530e00178d85a8920308bdb"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 28 14:53:33 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Apr 28 14:53:39 2017 +0000"
      },
      "message": "Merge \"Add sort order extra for phoneaccount\""
    },
    {
      "commit": "24067aceff476d36075c8d13a27c25ca2f26a65b",
      "tree": "1ac18c0ecc0500751507deb359adfc21ad4a2d6f",
      "parents": [
        "0ce9e6d54e3f2a19185c3a732e1b7100281a9a32",
        "9f6f04733ef1ce1c3def27b4307d3acbd3831a9d"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu Apr 27 16:26:17 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Apr 27 16:26:23 2017 +0000"
      },
      "message": "Merge \"Further handover support changes.\""
    },
    {
      "commit": "9f6f04733ef1ce1c3def27b4307d3acbd3831a9d",
      "tree": "ed1b71416afa78d16346f34b195b413311480ef1",
      "parents": [
        "e10d173f16f5f4043655aa4be2092e4024e40684"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 17 18:25:22 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed Apr 26 21:32:01 2017 +0000"
      },
      "message": "Further handover support changes.\n\nAdd handover extras key used when initiating handover.\nAdd handover complete / fail connection events which are sent to the\ninitiating IncallService when a handover is complete or fails.\nAdding PhoneAccount extra to indicate that a self-managed CS should have\nits calls logged to the call log.\n\nTest: Manual\nBug: 37102939\nChange-Id: Icbb6f1addf913de841a9c48089a7d8311668f3bc\n"
    },
    {
      "commit": "62428403718d29a62530e00178d85a8920308bdb",
      "tree": "329c1ed22d00677f1c1a0a819d99f54c3b84de9a",
      "parents": [
        "28faf6b6883eff906ad1fae77f32144ef83117c3"
      ],
      "author": {
        "name": "Srikanth Chintala",
        "email": "srikchin@codeaurora.org",
        "time": "Mon Mar 27 19:27:52 2017 +0530"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed Apr 26 13:29:08 2017 -0700"
      },
      "message": "Add sort order extra for phoneaccount\n\nAdd sort order extra for phoneaccount\nwhich will be used while sorting\nphone accounts in Telecomm\n\nTest: Manual\nBug: 34872161\nChange-Id: I268d2250cc9bcd1a5e9eb8be99dcb23e2bcceadc\n"
    },
    {
      "commit": "f18e0500079f52601c6faf8a6d5283d4c28cf839",
      "tree": "c5488b2a3484ec7487fd5974f379d2ee55423b60",
      "parents": [
        "dc088a644d90b8a2fcae009d2a35c6df0bba3817",
        "61030021435872de3a0f3b30e12fe4cd6238ba6b"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Apr 26 20:04:26 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Apr 26 20:04:32 2017 +0000"
      },
      "message": "Merge \"Remove default public ctor from RttModifyStatus\" into oc-dev"
    },
    {
      "commit": "61030021435872de3a0f3b30e12fe4cd6238ba6b",
      "tree": "9efe19742b5f884d423ea564f37dc2d98836e5f4",
      "parents": [
        "8604ac3af5d5ea9e50b9c14a0ff78e9b76e24a75"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Fri Apr 21 14:33:12 2017 -0700"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Mon Apr 24 14:42:51 2017 -0700"
      },
      "message": "Remove default public ctor from RttModifyStatus\n\nTest: builds\nBug: 37515063\nChange-Id: I1e573d945b48e28d12621078cc8f37eb076d9ee3\n"
    },
    {
      "commit": "e01a56bb66e09ac698e707b413673d39bbc85a09",
      "tree": "7fe3b79831406e77e40b4d9d7731fcaf0e68c209",
      "parents": [
        "f7a8befbecd2b17d7fb85161b84e8a4d223d85bb",
        "f25b2857064478a06065eef4aeaa3ec7b415c2bd"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Mon Apr 24 18:37:08 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Apr 24 18:37:08 2017 +0000"
      },
      "message": "Merge \"More auto-doc work.\" into oc-dev am: 6bc03748a7\nam: f25b285706\n\nChange-Id: Ic6b7c359259b6fd809b1a01ba249a7b44e15a29f\n"
    },
    {
      "commit": "f25b2857064478a06065eef4aeaa3ec7b415c2bd",
      "tree": "a0b58dae329d22b4a3caf3f4cfb41fecf7b1b9e0",
      "parents": [
        "9bad4886f265a70dbbcf615097332644cb09606b",
        "6bc03748a76edea4ff437568cf4917ba79763b0f"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Mon Apr 24 18:23:35 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Apr 24 18:23:35 2017 +0000"
      },
      "message": "Merge \"More auto-doc work.\" into oc-dev\nam: 6bc03748a7\n\nChange-Id: I71f5f408abfa0d7cdf71711bb1bbab63341989c3\n"
    },
    {
      "commit": "fff2b32a5d0f493c375a12d949c5587229737b1f",
      "tree": "b01d3de8c9eb6541fd5bf6ada706ee3a6d4a64dd",
      "parents": [
        "9bd52c4fb4de9c175819ba227203fd4ec07177c8",
        "54488bdb8cf33b5354a12eca12e77bd2d738b2c5"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Sat Apr 22 00:38:29 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Sat Apr 22 00:38:29 2017 +0000"
      },
      "message": "Merge \"Merge \"Remove default public ctor from RttModifyStatus\" am: d065cf049e am: cb93ac533d am: f2a3b8af49\" into oc-dev-plus-aosp\nam: 54488bdb8c\n\nChange-Id: Ic4125b316562a6396eb3e7dff98050e82591b845\n"
    },
    {
      "commit": "40c1589930a8c15090e609191a16d70bcbe55092",
      "tree": "f1e41c636d13222d1fbcf48bac7fe2743347bd6c",
      "parents": [
        "63ce39cfe62ee469da1c21b001611f86b2b6b9c9",
        "f2a3b8af49c3b422ff98f616a7701ab24949f493"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Sat Apr 22 00:25:54 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Sat Apr 22 00:25:54 2017 +0000"
      },
      "message": "Merge \"Remove default public ctor from RttModifyStatus\" am: d065cf049e am: cb93ac533d\nam: f2a3b8af49\n\nChange-Id: I0406a73c03969d38feb283e638dd2e36496b4141\n"
    },
    {
      "commit": "d065cf049e870465571afb9c55d3d033a314015b",
      "tree": "2de56ecf896a6bb18583c8a8c0d8b1e2180d7ec1",
      "parents": [
        "b90b2015d3d4e1e165c587738c136709ed8a409c",
        "8dd4908e4d02c80712c9e1eba836fa8d2315d62b"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Sat Apr 22 00:01:50 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Sat Apr 22 00:01:51 2017 +0000"
      },
      "message": "Merge \"Remove default public ctor from RttModifyStatus\""
    },
    {
      "commit": "910e081216ac530432ac9d0aab10d5e5e4c73ab8",
      "tree": "d3c1c65d39a11fc3b446bf1534773ae8c46c6263",
      "parents": [
        "faf37babb0bc0962c01750b222fc03bd197b0b62"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Fri Apr 21 16:29:27 2017 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Fri Apr 21 16:35:08 2017 -0600"
      },
      "message": "More auto-doc work.\n\nAdd support for AnyThread, CallSuper, and UiThread.\n\nAnother related CL started documenting @RequiresPermission, so remove\nduplicated information in existing APIs.\n\nSuppress auto-doc on a handful of classes that are already\nwell-documented.\n\nTest: make -j32 offline-sdk-docs\nBug: 37526420\nChange-Id: I791437dccec0f11d5349a23b982ba098cb551af8\n"
    },
    {
      "commit": "8dd4908e4d02c80712c9e1eba836fa8d2315d62b",
      "tree": "1fdaa93c86653e1a8607643442473fd39c902c18",
      "parents": [
        "fddf677b8b7caea1784c316b96f8fcd73eb28775"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Fri Apr 21 14:33:12 2017 -0700"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Fri Apr 21 14:33:12 2017 -0700"
      },
      "message": "Remove default public ctor from RttModifyStatus\n\nTest: builds\nBug: 37515063\nChange-Id: I1e573d945b48e28d12621078cc8f37eb076d9ee3\n"
    },
    {
      "commit": "346892ff9fe3af7e2856cda9bb3cc8e2d88ad6b9",
      "tree": "65b58b4f5bd7c66221db2e0a2771e74af652e79a",
      "parents": [
        "6acf7a7b45ea0cf54d14f28ad8538e3b7e309819"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 14 13:43:30 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 17 17:39:22 2017 +0000"
      },
      "message": "DO NOT MERGE Expose phone account register/unregister intents.\n\nThese were previously @SystemApi.  Retaining the existing SystemAPI\nbehavior which sends the intents to those with a private permission.\nExtending to ALSO send these intents to the default dialer app as well\nusing an explicit intent.\nCherry-pick from aosp-master to resolve merge conflicts.\n\nTest: Manual\nBug: 37106957\nMerged-In: Ifb72870105be5ba024af196a8c3165a9afb397ab\nChange-Id: Ifb72870105be5ba024af196a8c3165a9afb397ab\n(cherry picked from commit d9da6ce9938b4222cfb409f172cacfe4cf1593e6)\n"
    },
    {
      "commit": "03dbae246e5053f8cb59739a261efb03353caafb",
      "tree": "a8182e20ed62f31a63bfcd2c0de486fcad9f7e9e",
      "parents": [
        "23e68999246f9924147d42a3ee048ff3a0d6f151",
        "d046aa910359e1cc8c727685c007e3465f661892"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Sat Apr 15 22:28:09 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Sat Apr 15 22:28:09 2017 +0000"
      },
      "message": "Merge \"Expose phone account register/unregister intents.\" am: 24299f5b06 am: b993a44272\nam: d046aa9103\n\nChange-Id: Iece85cdaee561d2e32c634bed2f2bc03a635450c\n"
    },
    {
      "commit": "24299f5b065aa1013f29e37e05fb0d31285627c7",
      "tree": "6f11c82d76110d01f586d1288f2540691aa6437c",
      "parents": [
        "02278a5a021c221bb7c26a59a9c6e3541e9a52a1",
        "27a83fe5479f1b1b879d12dd3087575ee977a403"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Sat Apr 15 06:07:25 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Sat Apr 15 06:07:27 2017 +0000"
      },
      "message": "Merge \"Expose phone account register/unregister intents.\""
    },
    {
      "commit": "27a83fe5479f1b1b879d12dd3087575ee977a403",
      "tree": "0c173f4f0c3b4acfcb8fdb3fb53e9c1639924ee3",
      "parents": [
        "f954f2d5cc2d254b2e4c1c4df33caf3bd66843b0"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 14 13:43:30 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Sat Apr 15 04:57:47 2017 +0000"
      },
      "message": "Expose phone account register/unregister intents.\n\nThese were previously @SystemApi.  Retaining the existing SystemAPI\nbehavior which sends the intents to those with a private permission.\nExtending to ALSO send these intents to the default dialer app as well\nusing an explicit intent.\n\nTest: Manual\nBug: 37106957\nMerged-In: Ifb72870105be5ba024af196a8c3165a9afb397ab\nChange-Id: Ifb72870105be5ba024af196a8c3165a9afb397ab\n"
    },
    {
      "commit": "d9da6ce9938b4222cfb409f172cacfe4cf1593e6",
      "tree": "d34c3fa2dcc4614f0882beb522313a51c336703b",
      "parents": [
        "e3852d330240d73fbc48c7246404bcfa9c205259"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 14 13:43:30 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 14 18:41:32 2017 -0700"
      },
      "message": "Expose phone account register/unregister intents.\n\nThese were previously @SystemApi.  Retaining the existing SystemAPI\nbehavior which sends the intents to those with a private permission.\nExtending to ALSO send these intents to the default dialer app as well\nusing an explicit intent.\nCherry-pick from aosp-master to resolve merge conflicts.\n\nTest: Manual\nBug: 37106957\nChange-Id: Ifb72870105be5ba024af196a8c3165a9afb397ab\n"
    },
    {
      "commit": "9a6890e3ad6a4a00c16e19a76c744646c0abc624",
      "tree": "6d4525bf00dc2bb77e134973cf48120b77157804",
      "parents": [
        "fddf677b8b7caea1784c316b96f8fcd73eb28775"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Mon Mar 20 13:16:28 2017 -0700"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Apr 12 11:33:10 2017 -0700"
      },
      "message": "Helper method in VideoCallImpl for testing\n\nTest: Telecom Unit Tests\nChange-Id: Ie619850bd6a0a0bb599dc6d69c43757604723ee0\n"
    },
    {
      "commit": "727c6bd75525b46a63bd187a32d8bdf15ade3154",
      "tree": "9a2d101262ec234b0a4afbe301405e20c5bd7d6b",
      "parents": [
        "e5be43c1cda6d72d4cea213793cbb00f66311229"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Apr 11 09:51:40 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Apr 11 09:51:40 2017 -0700"
      },
      "message": "Remove handover token.\n\nRemoving handover token and cleaning up the references to it in the docs.\nThis was supposed to go into the original CL but it looks like the upload\nfailed.\n\nTest: Manual\nBug: 37102939\nChange-Id: I98f392119258d059669ca68b50184b8bdadbcf0f\n"
    },
    {
      "commit": "1c80ac52fe53b74a79cc096de3b1d45886047e40",
      "tree": "f2c25363e518508cb298878e3f97b62ba55cff37",
      "parents": [
        "41d82e619f44f7b8ebeab912688a7cf7fa64ade8",
        "b4282680526ee1cc159f1c5a8eb610d0511766c7"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 10 22:18:01 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Apr 10 22:18:01 2017 +0000"
      },
      "message": "Merge \"Add getSelfManagedPhoneAccounts() TelecomManager API.\" am: c4ea961f91 am: 1fb1c39838\nam: b428268052\n\nChange-Id: Ib0eae364d2fff21e80d04e740c34421d42c85c57\n"
    },
    {
      "commit": "8bf76573574046283f12a56032aad760a51e7df2",
      "tree": "1150e9b1797c0e62eb6ac1c49df26405b2e7414e",
      "parents": [
        "368423cf3c2ba3e99f0d0825fca13a55085f7882"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu Apr 06 15:30:08 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 10 22:12:45 2017 +0000"
      },
      "message": "Add connection handover APIs.\n\nAdd new call/connection event keys for handover.\nAdd TelecomManager extra keys used for handover.\nAdd PhoneAccount extra keys used to control availability of handover.\n\nTest: Test app/harness.\nBug: 37102939\nChange-Id: Icc5db7209362f04c4e3be397fee692bbf4a6a473\n"
    },
    {
      "commit": "b6ce026fd1c4d27f3d36b361262f8c043573d801",
      "tree": "ba7d49b04e62d667eae9b1c1d97f0603c6754a42",
      "parents": [
        "d3128d4b55d6ef8ea1e73d205f1ed450ca58681b"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 07 14:57:37 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 10 13:29:21 2017 -0700"
      },
      "message": "Add getSelfManagedPhoneAccounts() TelecomManager API.\n\nThis is consistent with the existing getCallCapablePhoneAccounts API\nwhich is used to get the phone accounts capable of placing phone calls.\n\nTest: CTS\nBug: 34159263\nMerged-In: I1396c63a6882947cd66721528e53b6964a9091e0\nChange-Id: I1396c63a6882947cd66721528e53b6964a9091e0\n"
    },
    {
      "commit": "4774fb36d0f8dbb12a73fb7dcf1fef7b8553d3c1",
      "tree": "0f8cb7ae9f9abc8ebeb64f3da2c63f378e7ad942",
      "parents": [
        "4a306894145340a4fe08b70b569eaa31641b38e6"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 07 14:57:37 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 10 20:20:47 2017 +0000"
      },
      "message": "Add getSelfManagedPhoneAccounts() TelecomManager API.\n\nThis is consistent with the existing getCallCapablePhoneAccounts API\nwhich is used to get the phone accounts capable of placing phone calls.\n\nTest: CTS\nBug: 34159263\nMerged-In: I1396c63a6882947cd66721528e53b6964a9091e0\nChange-Id: I1396c63a6882947cd66721528e53b6964a9091e0\n(cherry picked from commit 8931707058c2680878aacc5e6b4150a9aedc0f4d)\n"
    },
    {
      "commit": "7b4ed6466de7a482675cc441a0b0cf55fcad60fe",
      "tree": "666918042eb5da29c0e302ba9d8aceb252e06488",
      "parents": [
        "9cd99a08dcbc1bb3a2cb1a8ab4d685508d7f9f72",
        "8931707058c2680878aacc5e6b4150a9aedc0f4d"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 10 20:03:44 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Apr 10 20:03:51 2017 +0000"
      },
      "message": "Merge \"Add getSelfManagedPhoneAccounts() TelecomManager API.\""
    },
    {
      "commit": "8931707058c2680878aacc5e6b4150a9aedc0f4d",
      "tree": "7c208f1b34c8cc00d2c8a794a11bcbe4484a1265",
      "parents": [
        "e9018108626b1b58ee027b6e2bda3880422929b1"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Apr 07 14:57:37 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 10 08:54:10 2017 -0700"
      },
      "message": "Add getSelfManagedPhoneAccounts() TelecomManager API.\n\nThis is consistent with the existing getCallCapablePhoneAccounts API\nwhich is used to get the phone accounts capable of placing phone calls.\n\nTest: CTS\nBug: 34159263\nChange-Id: I1396c63a6882947cd66721528e53b6964a9091e0\n"
    },
    {
      "commit": "3251a5571db7f355c92b354d65ce8b1c218c5aba",
      "tree": "80505a1dd92cebac2a4e7f7a39694e6ccc9f08a9",
      "parents": [
        "1e943b3ef0089e0190f99e09f071ff92dcb73ec8"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Mar 17 11:27:09 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed Apr 05 08:47:45 2017 -0700"
      },
      "message": "Add api to retrieve call creation time.\n\nTest: CTS\nBug: 36124432\nMerged-In: Ic8288dec73adda7870377f189f560acef0a575f6\nChange-Id: Ic8288dec73adda7870377f189f560acef0a575f6\n"
    },
    {
      "commit": "7efa3442cc652b452eba20c31f524d58df9d8b25",
      "tree": "0f05c80c4660b9b6addef43d32d327aac6b1307d",
      "parents": [
        "3d9383aaa16f944e82889aceb6fb040f904b4027",
        "bd2cf664ca4a4e21523e474d012fca82e57d7b81"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Apr 05 00:40:22 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Apr 05 00:40:22 2017 +0000"
      },
      "message": "Merge \"Add @TestApi annotations to CS-side RTT APIs for CTS\" am: f6f3c16dfb am: 6689b57b66\nam: bd2cf664ca\n\nChange-Id: I22bd2201b0cc2b3bcbf8d1eb740a91485735d03f\n"
    },
    {
      "commit": "f6f3c16dfbc9c00513f36fa53d20f7fa65992b3c",
      "tree": "96c9d8d0b73eef96d88ab6f0d671677cd073ec67",
      "parents": [
        "f19c52d20dff52c33776b4663359b83541ca3272",
        "ffa4a812f88effeaf293643601a9f2b8e18c517d"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Apr 04 23:31:37 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 04 23:31:38 2017 +0000"
      },
      "message": "Merge \"Add @TestApi annotations to CS-side RTT APIs for CTS\""
    },
    {
      "commit": "36cd1fd12426988a1e976d1a4bb0a9d17a063465",
      "tree": "e10a43af1831a57fb4d049127ad7415333183eb2",
      "parents": [
        "85313f8c353c854ddcc1266d3aa3c78b086d98ba",
        "eee4d5157a3530daac38ef3fc27a61ab8911e0f9"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Apr 04 21:53:01 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Apr 04 21:53:01 2017 +0000"
      },
      "message": "Merge \"Add api to retrieve call creation time.\" am: f19c52d20d am: 777adc636b\nam: eee4d5157a\n\nChange-Id: I9af3abdb0cf76b4e70547b1c58732fef3e07f86b\n"
    },
    {
      "commit": "f19c52d20dff52c33776b4663359b83541ca3272",
      "tree": "b5d7a179e2408374fbbc758ee6e9fb55540a1829",
      "parents": [
        "814fdf9312d3a1f6ece6ce902af005c24d82292b",
        "c0bf6deced494f48cf46ae1d06be8ba9061b99ee"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Apr 04 21:35:26 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 04 21:35:26 2017 +0000"
      },
      "message": "Merge \"Add api to retrieve call creation time.\""
    },
    {
      "commit": "4c4405c19db1d52e9b7010a279b5d17744a2fd4f",
      "tree": "147fd4f1b9e8fcf141d67c049a0bd1196cb93427",
      "parents": [
        "18d38be88d6d6729831d2ace786c700ec6e1e975",
        "72cb924f072b6a09d0b08c7b16d5306064d76111"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Mar 31 04:38:18 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Mar 31 04:38:18 2017 +0000"
      },
      "message": "Merge \"Self Managed CS Implementation\" am: 98fad21a8a am: 9fab4ad9b3\nam: 72cb924f07\n\nChange-Id: Ia16c6125567ceac4edfff095e737751c46fde7bf\n"
    },
    {
      "commit": "dd8756d5147348c9da778cf99e7994df7f60a80b",
      "tree": "2d1731c417982a61b12c421eec273fb7510f77b5",
      "parents": [
        "f114667f2dc1f8dbbbb9239d6d3eaa22632ea32b"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Mar 13 18:15:15 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu Mar 30 21:28:19 2017 -0700"
      },
      "message": "Self Managed CS Implementation\n\n- Add API guide for developers giving an overview of what they need\nto implement.\n- Add @hide setLabel method in PhoneAccount; used when registering a\nself-managed CS\u0027s phone account; we override it with their app label to\nensure they don\u0027t try to give themselves another name.\n\nTest: Unit\nBug: 34159263\nMerged-In: I0c890dc2feeb3ee438a80ed425db2aaf1f4c1fdd\nChange-Id: I0c890dc2feeb3ee438a80ed425db2aaf1f4c1fdd\n"
    },
    {
      "commit": "9fab4ad9b39dcbca06f9bd9aedc983a7285782fa",
      "tree": "e3c9c4dca5b0fbbfccd5cdb79a1159a76b116e38",
      "parents": [
        "1fc10c0729e07719e84c48cac82fbb21ec353c65",
        "98fad21a8a33eef7fc8588aa943dd517e245bb74"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Mar 31 04:26:27 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Mar 31 04:26:27 2017 +0000"
      },
      "message": "Merge \"Self Managed CS Implementation\"\nam: 98fad21a8a\n\nChange-Id: I8c972f521270e6c973c2524a2684aa32a65ca0fd\n"
    },
    {
      "commit": "3765356699ca9327ff7ce4a49abb2dd360e22c6a",
      "tree": "9e6386bc3d869dd2d60c69bd7d656899e7fef878",
      "parents": [
        "ad2e7405ad2762c47455934f150109466081b146"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Mar 13 18:15:15 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu Mar 30 19:00:41 2017 -0700"
      },
      "message": "Self Managed CS Implementation\n\n- Add API guide for developers giving an overview of what they need\nto implement.\n- Add @hide setLabel method in PhoneAccount; used when registering a\nself-managed CS\u0027s phone account; we override it with their app label to\nensure they don\u0027t try to give themselves another name.\n\nTest: Unit\nBug: 34159263\nChange-Id: I0c890dc2feeb3ee438a80ed425db2aaf1f4c1fdd\n"
    },
    {
      "commit": "ffa4a812f88effeaf293643601a9f2b8e18c517d",
      "tree": "636bb9d1fe68bf3cf46f87cb41784d55f88f2e2a",
      "parents": [
        "4a8953094f89b4dc15567c019b2e75958ab00979"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Thu Mar 02 16:11:00 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Thu Mar 30 13:49:12 2017 -0700"
      },
      "message": "Add @TestApi annotations to CS-side RTT APIs for CTS\n\nCTS tests need both the in-call and connection service sides of the APIs\nto test Telecom functionality properly, so annotating the hidden-for-now\nconnection service APIs with TestApi.\n\nTest: part of CTS\nChange-Id: I3711729d7e8c8aff2735f4da9fbd04bcca6b4942\n"
    },
    {
      "commit": "912174233dfc0525d1e6c5842d36c1f20b274241",
      "tree": "1b833c3cab555d32708c0c72153d41d0dfbea043",
      "parents": [
        "bfc4d59bf86546d020524668336994eaa80a37ec"
      ],
      "author": {
        "name": "mike dooley",
        "email": "mdooley@google.com",
        "time": "Thu Mar 09 12:58:42 2017 -0800"
      },
      "committer": {
        "name": "Michael Dooley",
        "email": "mdooley@google.com",
        "time": "Mon Mar 27 17:29:33 2017 +0000"
      },
      "message": "Adding a comment specifying the timebase for emergency call time\n\nTest: none\nBug: 35767700\nChange-Id: Idac16da57d0a9f21804f9c515974d269c012796a\n"
    },
    {
      "commit": "c0bf6deced494f48cf46ae1d06be8ba9061b99ee",
      "tree": "8c8e8e1efe3e3beecab05c1f25bb329ef7b9a99e",
      "parents": [
        "ad2e7405ad2762c47455934f150109466081b146"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Mar 17 11:27:09 2017 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Mar 24 16:04:25 2017 -0700"
      },
      "message": "Add api to retrieve call creation time.\n\nTest: CTS\nBug: 36124432\nChange-Id: Ic8288dec73adda7870377f189f560acef0a575f6\n"
    },
    {
      "commit": "0d55a309ff576dbe64d3bacaa318222d35125b39",
      "tree": "59b12e26bfe3aeb9270633fcdbf5377cbdc037c6",
      "parents": [
        "7d754b150f17ddb126a42d846b72e30c4ca10470"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Mon Mar 20 13:16:28 2017 -0700"
      },
      "committer": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Mon Mar 20 13:16:28 2017 -0700"
      },
      "message": "Helper method in VideoCallImpl for testing\n\nTest: Telecom Unit Tests\nChange-Id: Ie619850bd6a0a0bb599dc6d69c43757604723ee0\n"
    },
    {
      "commit": "6202c5e0052ae6e4c6b84e9085aee61383c7d562",
      "tree": "1e2a587fd124d7dba7cbaf3eb7e12dbe9ff2b292",
      "parents": [
        "8f4a9171e356d64f1da141114332cc487e93dca7",
        "c906a167cb8470e1e9e9fcb4956818cebeee3dfd"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Fri Mar 10 00:03:18 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Mar 10 00:03:18 2017 +0000"
      },
      "message": "Merge \"Disable a phone number log for user build\" am: 59a40691a5 am: d31314d550\nam: c906a167cb\n\nChange-Id: I0c1bef7c7b436dcee5dfc8a06e8141f7757d7199\n"
    },
    {
      "commit": "d31314d55054e430422ec4a7b8dca394a3b7ec1b",
      "tree": "0e405ac28843207d6f818311ec7a848ea9c9cb28",
      "parents": [
        "db889edb1ddc8d032dbbacdb69494eb8573e6ca5",
        "59a40691a56bba7b87267fc3c9cbb07fea03e72d"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Thu Mar 09 21:46:39 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Mar 09 21:46:39 2017 +0000"
      },
      "message": "Merge \"Disable a phone number log for user build\"\nam: 59a40691a5\n\nChange-Id: I9b2a14b29fe5e096b734b6e3f1d4b65806753646\n"
    },
    {
      "commit": "59a40691a56bba7b87267fc3c9cbb07fea03e72d",
      "tree": "19fcdaf0640fe8b7911ccc749c41174574c29ba0",
      "parents": [
        "70fac233fad400031ff4b9986fcd3273d21f71fe",
        "b3cd7b51d330caa1f54710741b73a63043515b82"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Thu Mar 09 21:38:59 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Mar 09 21:39:00 2017 +0000"
      },
      "message": "Merge \"Disable a phone number log for user build\""
    },
    {
      "commit": "033972b5b27bd658a702cef8dde3d5863f918c30",
      "tree": "e5fd6cbf25f0719c781d7f43ac25a301cdb8ff95",
      "parents": [
        "b1818b8a36868675b06d080abe7c5b46f4271a85",
        "6bb5110f2c9200533f21f6242457053883e786c9"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Mar 07 21:52:52 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Mar 07 21:52:52 2017 +0000"
      },
      "message": "Merge \"Add further Connection-side APIs for RTT (part 2)\"\nam: 6bb5110f2c\n\nChange-Id: Idfe092393301fb47e6a635eb150103cb928a2696\n"
    },
    {
      "commit": "6bb5110f2c9200533f21f6242457053883e786c9",
      "tree": "621ca7f7f2a5de143b5d6d0a35357402cce55da8",
      "parents": [
        "eef66fd0c74a9274fa5fd9da7a4008b804b59ea4",
        "b64ac4c57a863463df98d42feabe09f3cfe942db"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Mar 07 21:44:42 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Mar 07 21:44:43 2017 +0000"
      },
      "message": "Merge \"Add further Connection-side APIs for RTT (part 2)\""
    },
    {
      "commit": "356322fb1e2cc581bb181f927550843a36aedcea",
      "tree": "0631b261cd1ee40819b3f75d138b1e9835a2b83b",
      "parents": [
        "c2cf8e0b0c77fffe9836ea88536216561997e757",
        "c49b011151030576abf666a3b40ec6033dcc4358"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Mar 07 03:05:23 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Mar 07 03:05:23 2017 +0000"
      },
      "message": "Merge \"API review cleanups/changes.\" am: 9324d6513b am: dd4bc7c69c\nam: c49b011151\n\nChange-Id: Ib3d76474bef8c911b2ec6a61b916e38af0a3b861\n"
    },
    {
      "commit": "dd4bc7c69c57b5e59c262b7d947c30f55048fef0",
      "tree": "318499fd21be208f3528384134442a4bc7d5491b",
      "parents": [
        "9377a53aa9454e9fda30641dabfd6b3509fafe62",
        "9324d6513bdc333cc2a05a8f33ba120a322fd566"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Mar 07 02:49:54 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Mar 07 02:49:54 2017 +0000"
      },
      "message": "Merge \"API review cleanups/changes.\"\nam: 9324d6513b\n\nChange-Id: Iaeb4bbb5e551bf4206ea2ab4372d1ba0533c4709\n"
    },
    {
      "commit": "b64ac4c57a863463df98d42feabe09f3cfe942db",
      "tree": "146eb45d6d31720a2a061425085254427e101f4d",
      "parents": [
        "7f0300f1e20fc3c4c6c063eebcd0d4d1b407578c"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Mon Feb 06 10:49:48 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Mon Mar 06 16:48:24 2017 -0800"
      },
      "message": "Add further Connection-side APIs for RTT (part 2)\n\nAdd methods and callbacks to facilitate local and remote RTT initiation\nand termination in the middle of a call. Adds @hide Connection-side APIs\nto communicate with the ConnectionService, as well as plumbing for\nRemoteConnections.\n\nTest: manual, through telecom testapps\nMerged-In: Ia80604b7dff8586ff222dbccdbe55e91aab02178\nChange-Id: Ia80604b7dff8586ff222dbccdbe55e91aab02178\n"
    },
    {
      "commit": "42eb1ac20243255cd49a4a5c172cb92d43b6f516",
      "tree": "66b6c63bc96a6833b85463960d33ffd12fb72f54",
      "parents": [
        "9f2888d9cc65bbbd20e3aa2c30f8baa90a41a6f4",
        "57006aa82a69740df73415a456d31993e2785e24"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Mar 07 00:46:06 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Mar 07 00:46:09 2017 +0000"
      },
      "message": "Merge \"Add further Connection-side APIs for RTT (part 2)\""
    },
    {
      "commit": "159f35c8e4a2d5902cbbeb8d3b9a80bddf247de3",
      "tree": "731dd41713b9f160f0faabcf657158ea78e13e76",
      "parents": [
        "b8648ae07a5464b8495c47a2d42d093629af03b0"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Thu Mar 02 09:28:37 2017 -0800"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Mar 06 11:04:55 2017 -0800"
      },
      "message": "API review cleanups/changes.\n\n- Change onCreateIncomingConnectionFailed/onCreateOutgoingConnectionFailed\nto accept the connection mgr phone account as the first parameter.\n- For the video APIs, pass the target SDK of the caller into along so\nthat the Telecom permission check can have fallback behavior for older API\nversions.\n- Add guidance for how UX should be shown in onShowIncomingCallUi API.\nAPI guidance follows how the Dialer app shows its notification and full\nscreen UX.\n\nTest: Manual, CTS.\nBug: 35767711\nBug: 35767096\nChange-Id: Ib343f0eda1a4d067a38c553f33f140b4efcf3e48\n"
    },
    {
      "commit": "b3cd7b51d330caa1f54710741b73a63043515b82",
      "tree": "c1268d99b6b480ad3b923e010d3fce49c59b5fe8",
      "parents": [
        "c337e32bb0a7ae53a11bf2178eec34062c1b1595"
      ],
      "author": {
        "name": "youhei.x.miyoshi",
        "email": "youhei.x.miyoshi@sonymobile.com",
        "time": "Mon Dec 12 21:10:54 2016 +0900"
      },
      "committer": {
        "name": "takeshi tanigawa",
        "email": "takeshi.tanigawa@sonymobile.com",
        "time": "Mon Mar 06 14:53:10 2017 +0900"
      },
      "message": "Disable a phone number log for user build\n\nA phone number is privacy data. Therefore, it should be prevented\nfrom logging in user build.\n\nTest: manual - checked log\nBug: 34582911\nChange-Id: Id040653dbfd236250e7eb07c9c2e9587ded3d63f\n"
    },
    {
      "commit": "bf8d2a2bf487c5b7eaeeec14db20fc452f0d8a21",
      "tree": "719873e3fed0d5743afbcc6cd105cffa518487bb",
      "parents": [
        "d03ccf89bf3bbce46da96fa41afd000942e828dc",
        "fd0e1a9d9348902e080fb45d0b728422ba0b0a61"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed Mar 01 23:40:53 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Mar 01 23:40:53 2017 +0000"
      },
      "message": "Merge \"Support for showing self-managed calls in IncallService.\" am: 5a33057092 am: 8c7d28f163\nam: fd0e1a9d93\n\nChange-Id: I88170e214ca6c142e0445a814ad0e76064e72ba7\n"
    },
    {
      "commit": "57006aa82a69740df73415a456d31993e2785e24",
      "tree": "f5c32b9f2912e56ee4361ec0c0c94fb38ecb81f3",
      "parents": [
        "78eed31d2d8da2f6217290da5eee8ca4f5f903ac"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Mon Feb 06 10:49:48 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Mar 01 14:45:15 2017 -0800"
      },
      "message": "Add further Connection-side APIs for RTT (part 2)\n\nAdd methods and callbacks to facilitate local and remote RTT initiation\nand termination in the middle of a call. Adds @hide Connection-side APIs\nto communicate with the ConnectionService, as well as plumbing for\nRemoteConnections.\n\nTest: manual, through telecom testapps\nChange-Id: Ia80604b7dff8586ff222dbccdbe55e91aab02178\n"
    },
    {
      "commit": "8c7d28f163c45da52b3c1ecd3850cf9bbd05d47a",
      "tree": "635635580c44952397c3f09b1d65ab41f4d40975",
      "parents": [
        "1f7f262920206c5efff3fececf69f64d04435a5e",
        "5a33057092362ea1edbf7dc86dc51eaad1e9a2a0"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed Mar 01 21:41:04 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Mar 01 21:41:04 2017 +0000"
      },
      "message": "Merge \"Support for showing self-managed calls in IncallService.\"\nam: 5a33057092\n\nChange-Id: I3491e4c099abf8ccc504fcb85109ba1576e34aba\n"
    },
    {
      "commit": "5a33057092362ea1edbf7dc86dc51eaad1e9a2a0",
      "tree": "39f81865ae36dec3ba9e700fea57823e50e1f236",
      "parents": [
        "0dc62c6dd3dd103be6ff4055472cc20fa3596e65",
        "24e18336178f1f166c873dda880c531babf3017b"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Wed Mar 01 20:32:55 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Mar 01 20:32:56 2017 +0000"
      },
      "message": "Merge \"Support for showing self-managed calls in IncallService.\""
    },
    {
      "commit": "df228e3128aa2ced94bad7f195e2f42a2b85bf7b",
      "tree": "0f9898893e2f7d642b06642df34d9a017c0ab814",
      "parents": [
        "247a3c01326fbcd4e12270b5a2d4fb42fa78e7c6",
        "91300fba36187b151c3d9f32be84add630807c11"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Mar 01 01:11:50 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Mar 01 01:11:54 2017 +0000"
      },
      "message": "Merge \"Merge \"Add @hide to RttAudioMode IntDef\" am: 22af0f3377 am: c284379659 am: f000639f82\""
    },
    {
      "commit": "91300fba36187b151c3d9f32be84add630807c11",
      "tree": "dff6726f77f97e418f403c6d4627c395ff033315",
      "parents": [
        "32e075de37a45541ce0952c2e5ee6d4bbefb20d6",
        "f000639f821e3044d15adf8dba3b78203d8f5929"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Mar 01 01:11:04 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Mar 01 01:11:04 2017 +0000"
      },
      "message": "Merge \"Add @hide to RttAudioMode IntDef\" am: 22af0f3377 am: c284379659\nam: f000639f82\n\nChange-Id: Ibcb239e0aa3499386f6f71026084276b07554cdb\n"
    },
    {
      "commit": "247a3c01326fbcd4e12270b5a2d4fb42fa78e7c6",
      "tree": "5eb9c2aa92053e14a71f12e9720cbf7222df29fd",
      "parents": [
        "32e075de37a45541ce0952c2e5ee6d4bbefb20d6",
        "cae3d3e59e5f9f2161921654f80e3ec6283f7662"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Mar 01 01:10:17 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Mar 01 01:10:20 2017 +0000"
      },
      "message": "Merge \"Introduce ANSWER_PHONE_CALLS permission\""
    },
    {
      "commit": "c284379659f26bd129a524ba134a97329165b5de",
      "tree": "9994a2c40b85d4ad2e13206c9cb2f13bd82825bb",
      "parents": [
        "59282ad8dfdf941098b63f80e7d62da037ffff51",
        "22af0f33777b2973af180ee0a698bc8a7f86a1ca"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Mar 01 01:01:29 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Mar 01 01:01:29 2017 +0000"
      },
      "message": "Merge \"Add @hide to RttAudioMode IntDef\"\nam: 22af0f3377\n\nChange-Id: Ifdfdf7ced2f88188314475c99dd58cdf886f014d\n"
    },
    {
      "commit": "07094df24a7e411b319cfc07bd28ffcf43320473",
      "tree": "92fe4e3ca8b09a1244b20ff92ba79807c86582ff",
      "parents": [
        "3e64003641c376573f4809aae79febd0187be81e"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 28 15:17:44 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 28 15:18:31 2017 -0800"
      },
      "message": "Add @hide to RttAudioMode IntDef\n\nIntDefs apparently require an @hide annotation to avoid breaking CTS\ntests. Adding it here.\n\nChange-Id: Ifd748b55e68091132571df7e74fdb797bd6a83fc\nTest: CTS\nFix: 35808951\n"
    },
    {
      "commit": "a955c9df90dad14f365fc86c09a435bf4f84b192",
      "tree": "5e5d27efe0b134ec2014e54258443ba32ddbcde1",
      "parents": [
        "668050894656f893d82e7906e201a5dbfca92bae",
        "9b59cc7bad3e67c18ed1e1ab19e13fcd1e48b0ae"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Feb 27 03:10:57 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Feb 27 03:10:57 2017 +0000"
      },
      "message": "Merge \"Fix videoStateToString for audio/paused state.\" am: 89e7a888be am: 2f96f34373\nam: 9b59cc7bad\n\nChange-Id: Idee131069636fc8a4ea086a3d41bce4c1dfcbda6\n"
    },
    {
      "commit": "2f96f34373a69928991f2139b81f3de07c6b8199",
      "tree": "2fcfe3783d7e1e6b33e77349b6ba3477142acb42",
      "parents": [
        "8ac499fbe68c969fa929e9428cae4dc8d49d75f0",
        "89e7a888be932cd18dd63edc0338b54aaaf0b340"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Feb 27 03:01:08 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Feb 27 03:01:08 2017 +0000"
      },
      "message": "Merge \"Fix videoStateToString for audio/paused state.\"\nam: 89e7a888be\n\nChange-Id: I04fe4d5b61c548f3b5f012af343c4e08334933e0\n"
    },
    {
      "commit": "89e7a888be932cd18dd63edc0338b54aaaf0b340",
      "tree": "890a501450c1c7f9c02f91295ec06bcd892455b9",
      "parents": [
        "050e5ddb4feaa399cce2e2256dadcd12851e2e76",
        "1aee66f523a87c612ac5774bb6b1fd5afedddae0"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Feb 27 02:55:24 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Feb 27 02:55:25 2017 +0000"
      },
      "message": "Merge \"Fix videoStateToString for audio/paused state.\""
    },
    {
      "commit": "cae3d3e59e5f9f2161921654f80e3ec6283f7662",
      "tree": "2dfeb9c8861a021e83bd3139a000cee47faab079",
      "parents": [
        "4351d95225d2e6db409ac9ba507d0e494acb6bb1"
      ],
      "author": {
        "name": "Eugene Susla",
        "email": "eugenesusla@google.com",
        "time": "Tue Jan 31 11:08:11 2017 -0800"
      },
      "committer": {
        "name": "Eugene Susla",
        "email": "eugenesusla@google.com",
        "time": "Fri Feb 24 20:28:46 2017 -0800"
      },
      "message": "Introduce ANSWER_PHONE_CALLS permission\n\nThis exposes an API to answer a ringing call, as well as a corresponding\nruntime permission and appop\n\nTest: Grant the permission and ensure the call gets answered.\nDeny the permission, and ensure that the API call throws an exception.\nBug: 30932767\nChange-Id: I4c33fcea6b95a30469fa6c0c37090be32b0ad52e\n"
    },
    {
      "commit": "52084367c0d1dbd69b0f26e0aac05efd93ecfc82",
      "tree": "592984bb6be676ece4268dac5feafc481df11949",
      "parents": [
        "1e14b5bb6a2ca127a7903b89ae9b14905adc5c1d",
        "ba6c607728d8e5cfe8ee51da394d67d0d1146d97"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Feb 22 19:05:03 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Feb 22 19:05:03 2017 +0000"
      },
      "message": "Merge \"Introduce APIs for RTT calls (part 1)\" am: 27ad05169e am: d83b06cd31\nam: ba6c607728\n\nChange-Id: I02e7291091d2452cb7cdb7351c8744606b340e76\n"
    },
    {
      "commit": "d83b06cd318904628c4c3a3696210bf4682c2fd7",
      "tree": "849994e3f1f1ab24e092fe0cf34a5d9eab932a18",
      "parents": [
        "9b5522f8c4ab1c503d47e0305a5c6b4db45b9828",
        "27ad05169e7fa8ad4453a9c13c43a6906c7cbffc"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Feb 22 18:56:48 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Feb 22 18:56:48 2017 +0000"
      },
      "message": "Merge \"Introduce APIs for RTT calls (part 1)\"\nam: 27ad05169e\n\nChange-Id: I3fb3cb89b467e5df808967dcd478964a84e2e61f\n"
    },
    {
      "commit": "1aee66f523a87c612ac5774bb6b1fd5afedddae0",
      "tree": "4be684e342d3269689d5065bb2d2ae03489367e0",
      "parents": [
        "975be6c065b7b6ad256fae945551005156412073"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Feb 21 15:19:43 2017 -0800"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Feb 21 19:22:21 2017 -0800"
      },
      "message": "Fix videoStateToString for audio/paused state.\n\nThe videoStateToString method erroneously assumed that if the videostate\nwas Audio - Paused, that it was audio-only.  Simple logic error to fix.\n\nTest: Added new unit tests.\nBug: 35645334\nChange-Id: Ia5ae4d05284b70ad4ba86b8e5d2c53ee8e68a1fa\n"
    },
    {
      "commit": "95d5587d0aad9dfd49f798408f4212f95ce68fc7",
      "tree": "3ab3c4797dfb6ba2d7e7c40c2f5da8a5701cdb52",
      "parents": [
        "975be6c065b7b6ad256fae945551005156412073"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Jan 25 17:12:49 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 21 15:27:25 2017 -0800"
      },
      "message": "Introduce APIs for RTT calls (part 1)\n\nAdd signaling methods and data pipes for handling real-time text during\na call.\n\nChange-Id: I876827c448252c5f786d7a4919c47891acb03877\nTest: manual, through telecom testapps\n"
    },
    {
      "commit": "c788f3e15ce6cf149e57537b5d16eef7d5d03f8d",
      "tree": "f2566d6011287e24721f3cc49f2c129be04445ca",
      "parents": [
        "b9382c23a8bb0cb3ad220272c3b63922aa0707d9",
        "b521143aa1e29566a8f849db4acbf75dcd763dbf"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Feb 15 22:56:31 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Feb 15 22:56:31 2017 +0000"
      },
      "message": "Merge \"Add extra key for app-specified outgoing call timeout\" am: decc6c9d56 am: 2bc24e252e am: 38f5001c10\nam: b521143aa1\n\nChange-Id: I416d7ad1a12a6b8ddb2ea2958356a487e7f10aef\n"
    },
    {
      "commit": "b521143aa1e29566a8f849db4acbf75dcd763dbf",
      "tree": "0902afd04051b30cd1613dcc4bf7e5f333c7b4cf",
      "parents": [
        "ac0bb1f7b27c4ae95c99900156675080b767cce2",
        "38f5001c10aa6e6d911ba0977b38f623a9744f5b"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Feb 15 22:35:52 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Feb 15 22:35:52 2017 +0000"
      },
      "message": "Merge \"Add extra key for app-specified outgoing call timeout\" am: decc6c9d56 am: 2bc24e252e\nam: 38f5001c10\n\nChange-Id: I6e7e67c946205b28440a4daeeab3a002f8d6bccc\n"
    },
    {
      "commit": "8f613fb4d6700f15220bdd41c58bc587280024ca",
      "tree": "b0118527b5516bad8dada55682bdf78587b09551",
      "parents": [
        "d3146f3c3c89eeab040cf4955743d8d2a579bab4"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 14 18:11:11 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 14 18:11:11 2017 -0800"
      },
      "message": "Add extra key for app-specified outgoing call timeout\n\nBug: 34474757\nTest: manual\nChange-Id: Ia93d68d6a01308b0b93b88977daf983a0ed3a22c\n"
    },
    {
      "commit": "24e18336178f1f166c873dda880c531babf3017b",
      "tree": "7a297dc2a53e2d838a07154482351a3622b4897c",
      "parents": [
        "8fbf6a29d088067bc8426a546854f9868efa2d6f"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Feb 10 09:42:49 2017 -0800"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Sun Feb 12 19:33:35 2017 -0800"
      },
      "message": "Support for showing self-managed calls in IncallService.\n\nAlso added new isInManagedCall TelecomManager API, used to determine if\nthere are ongoing managed calls only.\n\nTest: Manual, cts\nBug: 34159263\nChange-Id: Ib8020617607ccb433c2eee9b9d5a2c929665214b\n"
    },
    {
      "commit": "63073e0ae8e911dc3b01288425f3aa31906d33a9",
      "tree": "6f7bc7163369074a6cf5532094e789950978781b",
      "parents": [
        "fdb6ec031472f9143185b5aed6a8ea6b8a9b0aea",
        "ac3f482f155e141dd80bec41e28712b1a74758d6"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Tue Feb 07 22:41:58 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Feb 07 22:41:58 2017 +0000"
      },
      "message": "Merge \"Perform camera permission and app ops check when setting camera for VT.\" am: ed5c217fc0 am: 3d6f878b75\nam: ac3f482f15\n\nChange-Id: I773c607ea2999e6d32c7fcc578cf7b3c86510521\n"
    },
    {
      "commit": "ed5c217fc0c313e84307c30fad9a24025941839e",
      "tree": "a655dda3c9ff894c993103763e6ba10b0330d9ab",
      "parents": [
        "97fca8c035c7daa9cb1058aa37f0d8fb3ec73f70",
        "bf9c6fdb43413929787ee3abeb76e5aabd1551d8"
      ],
      "author": {
        "name": "Brad Ebinger",
        "email": "breadley@google.com",
        "time": "Tue Feb 07 22:26:43 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Feb 07 22:26:44 2017 +0000"
      },
      "message": "Merge \"Perform camera permission and app ops check when setting camera for VT.\""
    }
  ],
  "next": "efeae9bca45f3ad5fc32b2a87994b4c1e327f973"
}
