OSDN Git Service

android-x86/frameworks-base.git
7 years agoAvoid sync IPCs from TSMS to SpellCheckerService
Yohei Yukawa [Wed, 8 Feb 2017 19:54:05 +0000 (11:54 -0800)]
Avoid sync IPCs from TSMS to SpellCheckerService

Currently, TextServicesManagerServices uses an AIDL interface called
ISpellCheckerService when binding to a spell-checking service.
However, this interface uses synchronous (blocking) binder calls
rather than asynchronous (oneway) calls.  As a result, there are
situations where the system process has made a blocking binder call
into untrusted application code from its main looper thread.

As general policy, the system process must never allow its looper
threads to block on application code.

This CL addresses the above issue by converting ISpellCheckerService
into oneway interface, which instead takes a result receiver
ISpellCheckerServiceCallback so that spell-checking services can
return results asynchronously.

Note that the above protocol issue was also the root cause of
Bug 5471520.  Hence we can also logically revert the previous CL [1]
for Bug 5471520.

 [1]: Iedf2c2cdd8d4834545d06d72ade3ce211b104b1d
      4e713f14419a37f385cf1509b011982bdcf67edc

Test: Ran `adb shell dumpsys textservices` to check the
      "Spell Checker Bind Groups:" section in the following three
      steps.
      1. Before apps start requesting spell checker sessions.
      2. While apps are owning active spell checker sessions.
      3. After all the apps that owned spell checker sessions are
         gone.
      Made sure that spell checker service is not running when
      there is not spell checker bind group.
Bug: 7254002
Change-Id: I92e7aa40dc9ea14f67d355f0bfa15325b775d27b

7 years agoMerge "Fix doc for setReparentWithOverlay"
Yuichi Araki [Tue, 7 Feb 2017 07:35:45 +0000 (07:35 +0000)]
Merge "Fix doc for setReparentWithOverlay"

7 years agoMerge "Import translations. DO NOT MERGE"
TreeHugger Robot [Tue, 7 Feb 2017 04:31:12 +0000 (04:31 +0000)]
Merge "Import translations. DO NOT MERGE"

7 years agoMerge "Import translations. DO NOT MERGE"
TreeHugger Robot [Tue, 7 Feb 2017 04:30:36 +0000 (04:30 +0000)]
Merge "Import translations. DO NOT MERGE"

7 years agoMerge "Modifying SuggestionParser to support dismiss logic of smart suggestions."
Soroosh Mariooryad [Tue, 7 Feb 2017 02:12:55 +0000 (02:12 +0000)]
Merge "Modifying SuggestionParser to support dismiss logic of smart suggestions."

7 years agoMerge "Show saved networks before scored networks."
TreeHugger Robot [Tue, 7 Feb 2017 02:06:30 +0000 (02:06 +0000)]
Merge "Show saved networks before scored networks."

7 years agoMerge "Fix NetworkPolicyManagerServiceTest."
TreeHugger Robot [Tue, 7 Feb 2017 01:56:15 +0000 (01:56 +0000)]
Merge "Fix NetworkPolicyManagerServiceTest."

7 years agoMerge "Remove category key SYSTEM_INPUT"
Doris Ling [Tue, 7 Feb 2017 01:51:17 +0000 (01:51 +0000)]
Merge "Remove category key SYSTEM_INPUT"

7 years agoModifying SuggestionParser to support dismiss logic of smart
Soroosh Mariooryad [Mon, 6 Feb 2017 23:23:00 +0000 (15:23 -0800)]
Modifying SuggestionParser to support dismiss logic of smart
suggestions.

Test: RunSettingsLibRoboTests
Fixes: 35059823
Change-Id: I8c257f4f89f7dbc179aee85e013bdaecc8c3c09c

7 years agoMerge "Merge "Remove uncessary dependency of libhwui" am: df36be5f17 am: eebd7d7970...
Android Build Merger (Role) [Tue, 7 Feb 2017 00:58:35 +0000 (00:58 +0000)]
Merge "Merge "Remove uncessary dependency of libhwui" am: df36be5f17 am: eebd7d7970 am: 558e5dac4d am: ffa46b2053"

7 years agoMerge "Fingerprint: get auth id for non-current user."
TreeHugger Robot [Tue, 7 Feb 2017 00:58:13 +0000 (00:58 +0000)]
Merge "Fingerprint: get auth id for non-current user."

7 years agoMerge "Remove uncessary dependency of libhwui" am: df36be5f17 am: eebd7d7970 am:...
Miao Wang [Tue, 7 Feb 2017 00:58:02 +0000 (00:58 +0000)]
Merge "Remove uncessary dependency of libhwui" am: df36be5f17 am: eebd7d7970 am: 558e5dac4d
am: ffa46b2053

Change-Id: I9018e4e53e84373efda8772db48f9d2446629d53

7 years agoMerge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged" am: 84f97e21b2...
Jack Yu [Tue, 7 Feb 2017 00:56:23 +0000 (00:56 +0000)]
Merge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged" am: 84f97e21b2 am: 7eac8ec7c1 am: 84e84a73b7
am: 46c9c133e0  -s ours

Change-Id: I79cb760c9b67874ed3b610743727a28f55bbe2c6

7 years agoMerge "Self managed CS implementation." am: d736a6b2c2 am: 6bd991b3d2 am: 6a643c3a60
Tyler Gunn [Tue, 7 Feb 2017 00:55:16 +0000 (00:55 +0000)]
Merge "Self managed CS implementation." am: d736a6b2c2 am: 6bd991b3d2 am: 6a643c3a60
am: efeae9bca4  -s ours

Change-Id: I0f30285eb2f851fd0c5ab1a3e94a40a426251ba1

7 years agoMerge "Fixed test failures for notification comparator"
Selim Cinek [Tue, 7 Feb 2017 00:43:43 +0000 (00:43 +0000)]
Merge "Fixed test failures for notification comparator"

7 years agoMerge "Initial implementation of Nav Bar Accessibility Button"
Casey Burkhardt [Tue, 7 Feb 2017 00:14:46 +0000 (00:14 +0000)]
Merge "Initial implementation of Nav Bar Accessibility Button"

7 years agoMerge "Remove uncessary dependency of libhwui" am: df36be5f17 am: eebd7d7970
Miao Wang [Tue, 7 Feb 2017 00:12:49 +0000 (00:12 +0000)]
Merge "Remove uncessary dependency of libhwui" am: df36be5f17 am: eebd7d7970
am: 558e5dac4d

Change-Id: I99b2fded709c63c71fd9d9f02020a986e3025fa6

7 years agoMerge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged" am: 84f97e21b2...
Jack Yu [Tue, 7 Feb 2017 00:08:12 +0000 (00:08 +0000)]
Merge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged" am: 84f97e21b2 am: 7eac8ec7c1
am: 84e84a73b7

Change-Id: I9aab25b14a5774ff5c7d64c5bc6a8aa5490d9ec0

7 years agoMerge "Remove uncessary dependency of libhwui" am: df36be5f17
Miao Wang [Tue, 7 Feb 2017 00:08:05 +0000 (00:08 +0000)]
Merge "Remove uncessary dependency of libhwui" am: df36be5f17
am: eebd7d7970

Change-Id: I3e7b282340259eaad71569e8a15f5028852852ee

7 years agoMerge "Self managed CS implementation." am: d736a6b2c2 am: 6bd991b3d2
Tyler Gunn [Tue, 7 Feb 2017 00:05:09 +0000 (00:05 +0000)]
Merge "Self managed CS implementation." am: d736a6b2c2 am: 6bd991b3d2
am: 6a643c3a60

Change-Id: I43f59846ecc7601730aa3a15b106292d7ace0df0

7 years agoMerge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged" am: 84f97e21b2
Jack Yu [Tue, 7 Feb 2017 00:04:04 +0000 (00:04 +0000)]
Merge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged" am: 84f97e21b2
am: 7eac8ec7c1

Change-Id: I8fdb5f13a50a0965cb2fbfd15212bc26e076054c

7 years agoMerge "Self managed CS implementation." am: d736a6b2c2
Tyler Gunn [Tue, 7 Feb 2017 00:01:04 +0000 (00:01 +0000)]
Merge "Self managed CS implementation." am: d736a6b2c2
am: 6bd991b3d2

Change-Id: Id406ceb476573d3cebc12ce27652d814dd679733

7 years agoMerge "Remove experimental twilight-based automatic brightness" into nyc-mr2-dev...
Justin Klaassen [Mon, 6 Feb 2017 23:34:25 +0000 (23:34 +0000)]
Merge "Remove experimental twilight-based automatic brightness" into nyc-mr2-dev am: 1f56b60981
am: 2d93a66f47  -s ours

Change-Id: I687fc15866a7e34f1e92d3cd0180cabb40995b14

7 years agoRemove experimental twilight-based automatic brightness am: 614f40ea01
Justin Klaassen [Mon, 6 Feb 2017 23:33:25 +0000 (23:33 +0000)]
Remove experimental twilight-based automatic brightness am: 614f40ea01
am: 46d3d6d313  -s ours

Change-Id: I1a5c10202175b9c5c4afc300c444fd4e5403839e

7 years agoMerge "Remove experimental twilight-based automatic brightness" into nyc-mr2-dev
Justin Klaassen [Mon, 6 Feb 2017 23:28:37 +0000 (23:28 +0000)]
Merge "Remove experimental twilight-based automatic brightness" into nyc-mr2-dev
am: 1f56b60981

Change-Id: I63139d266461878a666527bd1798f621b1278bf6

7 years agoRemove experimental twilight-based automatic brightness
Justin Klaassen [Mon, 6 Feb 2017 23:28:27 +0000 (23:28 +0000)]
Remove experimental twilight-based automatic brightness
am: 614f40ea01

Change-Id: I1b0ec1645f38892adb894900b3b3725fc0b23452

7 years agoMerge "Remove experimental twilight-based automatic brightness" into nyc-mr2-dev
TreeHugger Robot [Mon, 6 Feb 2017 23:21:01 +0000 (23:21 +0000)]
Merge "Remove experimental twilight-based automatic brightness" into nyc-mr2-dev

7 years agoMerge "Prevent division-by-zero error when calculating battery capacity." into cw...
Aaron Whyte [Mon, 6 Feb 2017 23:11:23 +0000 (23:11 +0000)]
Merge "Prevent division-by-zero error when calculating battery capacity." into cw-f-dev am: 50fa8ad424 am: 95f418cc52
am: 0eea1cf702

Change-Id: Iafb9437eab726b35f9a9b1d3b31d64cb79d67ad1

7 years agoPrevent division-by-zero error when calculating battery capacity. am: 415f8b32e8...
Ying Wai (Daniel) Fan [Mon, 6 Feb 2017 23:10:25 +0000 (23:10 +0000)]
Prevent division-by-zero error when calculating battery capacity. am: 415f8b32e8 am: b87f8900ce
am: 639236265e

Change-Id: I4b3062b95bf51023e99991d9d0bfd51a5e68d2cf

7 years agoMerge "Prevent division-by-zero error when calculating battery capacity." into cw...
Aaron Whyte [Mon, 6 Feb 2017 23:07:25 +0000 (23:07 +0000)]
Merge "Prevent division-by-zero error when calculating battery capacity." into cw-f-dev am: 50fa8ad424 am: 567cfb01b4
am: 938e80be1e

Change-Id: Ic2cc1a3c9162e6ae7b63974f4a631476af675de5

7 years agoMerge "Prevent division-by-zero error when calculating battery capacity." into cw...
Aaron Whyte [Mon, 6 Feb 2017 23:07:16 +0000 (23:07 +0000)]
Merge "Prevent division-by-zero error when calculating battery capacity." into cw-f-dev am: 50fa8ad424
am: 95f418cc52

Change-Id: I5baa412f0a080626ccdd0d087809f8d30ef511ab

7 years agoPrevent division-by-zero error when calculating battery capacity. am: 415f8b32e8...
Ying Wai (Daniel) Fan [Mon, 6 Feb 2017 23:06:25 +0000 (23:06 +0000)]
Prevent division-by-zero error when calculating battery capacity. am: 415f8b32e8 am: 63f3dbae3c
am: df6a737108

Change-Id: I58ad05780860f4d3ef634b6d07b23583e3e390af

7 years agoPrevent division-by-zero error when calculating battery capacity. am: 415f8b32e8
Ying Wai (Daniel) Fan [Mon, 6 Feb 2017 23:06:19 +0000 (23:06 +0000)]
Prevent division-by-zero error when calculating battery capacity. am: 415f8b32e8
am: b87f8900ce

Change-Id: I460d08b7c28a180584cf855e5e5220c6596d8a77

7 years agoMerge "Prevent division-by-zero error when calculating battery capacity." into cw...
Aaron Whyte [Mon, 6 Feb 2017 23:02:58 +0000 (23:02 +0000)]
Merge "Prevent division-by-zero error when calculating battery capacity." into cw-f-dev am: 50fa8ad424
am: 567cfb01b4

Change-Id: I132c3018587e4c2b5766b53c1536494ce1e39f89

7 years agoPrevent division-by-zero error when calculating battery capacity. am: 415f8b32e8
Ying Wai (Daniel) Fan [Mon, 6 Feb 2017 23:02:08 +0000 (23:02 +0000)]
Prevent division-by-zero error when calculating battery capacity. am: 415f8b32e8
am: 63f3dbae3c

Change-Id: I1c97aa2e4c0bbc84c547e4ce3ff98b77c5bba3f4

7 years agoMerge "Prevent division-by-zero error when calculating battery capacity." into cw...
Aaron Whyte [Mon, 6 Feb 2017 23:00:39 +0000 (23:00 +0000)]
Merge "Prevent division-by-zero error when calculating battery capacity." into cw-f-dev
am: 50fa8ad424

Change-Id: Ic5235c90571dc90411570fb16e9003a89e79c183

7 years agoPrevent division-by-zero error when calculating battery capacity.
Ying Wai (Daniel) Fan [Mon, 6 Feb 2017 23:00:35 +0000 (23:00 +0000)]
Prevent division-by-zero error when calculating battery capacity.
am: 415f8b32e8

Change-Id: Ie58c329fa0814111291922b9a669ca181d4a487f

7 years agoMerge "Default the lastSelectetNetworkId to -1"
TreeHugger Robot [Mon, 6 Feb 2017 23:00:22 +0000 (23:00 +0000)]
Merge "Default the lastSelectetNetworkId to -1"

7 years agoMerge "Prevent division-by-zero error when calculating battery capacity." into cw...
Aaron Whyte [Mon, 6 Feb 2017 22:57:30 +0000 (22:57 +0000)]
Merge "Prevent division-by-zero error when calculating battery capacity." into cw-f-dev
am: 50fa8ad424

Change-Id: I3306d389c19a42130bda31cb61bc846207b76c35

7 years agoPrevent division-by-zero error when calculating battery capacity.
Ying Wai (Daniel) Fan [Mon, 6 Feb 2017 22:57:23 +0000 (22:57 +0000)]
Prevent division-by-zero error when calculating battery capacity.
am: 415f8b32e8

Change-Id: I1337db6391a9511df52560e8edb8a09260e27c5f

7 years agoMerge "Remove uncessary dependency of libhwui"
Miao Wang [Mon, 6 Feb 2017 22:56:58 +0000 (22:56 +0000)]
Merge "Remove uncessary dependency of libhwui"
am: df36be5f17

Change-Id: I5ccce1f195a43ff00b9bd7fc350d7ae915c566d7

7 years agoMerge "2D Recents: use correct layout logic for drawing transition headers" into...
Manu Cornet [Mon, 6 Feb 2017 22:55:03 +0000 (22:55 +0000)]
Merge "2D Recents: use correct layout logic for drawing transition headers" into nyc-mr2-dev am: 925d862656
am: ebe26f89e5

Change-Id: I918a93373260e02d3b5157a65d3c23b0f552d30c

7 years ago2D Recents: use correct layout logic for drawing transition headers am: de3cfb0c1f
Manu Cornet [Mon, 6 Feb 2017 22:53:09 +0000 (22:53 +0000)]
2D Recents: use correct layout logic for drawing transition headers am: de3cfb0c1f
am: 8e08d0e828

Change-Id: I048d8bb5e3eff94ad87d302f000a6739ad51fc49

7 years agoMerge "Prevent division-by-zero error when calculating battery capacity." into cw...
Aaron Whyte [Mon, 6 Feb 2017 22:49:32 +0000 (22:49 +0000)]
Merge "Prevent division-by-zero error when calculating battery capacity." into cw-f-dev

7 years agoMerge "2D Recents: use correct layout logic for drawing transition headers" into...
Manu Cornet [Mon, 6 Feb 2017 22:47:34 +0000 (22:47 +0000)]
Merge "2D Recents: use correct layout logic for drawing transition headers" into nyc-mr2-dev
am: 925d862656

Change-Id: I93191bfb1d833134d8afd826c18b0310c7e9c46c

7 years ago2D Recents: use correct layout logic for drawing transition headers
Manu Cornet [Mon, 6 Feb 2017 22:47:28 +0000 (22:47 +0000)]
2D Recents: use correct layout logic for drawing transition headers
am: de3cfb0c1f

Change-Id: I46c45fed648858212a31e477f46ad25475b0710a

7 years agoMerge "Remove uncessary dependency of libhwui"
Miao Wang [Mon, 6 Feb 2017 22:47:15 +0000 (22:47 +0000)]
Merge "Remove uncessary dependency of libhwui"

7 years agoMerge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged"
Jack Yu [Mon, 6 Feb 2017 22:47:05 +0000 (22:47 +0000)]
Merge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged"
am: 84f97e21b2

Change-Id: Ib35393c60b0800d21507bd5d8ffe35345e6e6926

7 years agoMerge "Tests for UserDataPreparer"
TreeHugger Robot [Mon, 6 Feb 2017 22:43:15 +0000 (22:43 +0000)]
Merge "Tests for UserDataPreparer"

7 years agoMerge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged"
Treehugger Robot [Mon, 6 Feb 2017 22:41:10 +0000 (22:41 +0000)]
Merge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged"

7 years agoMerge "Self managed CS implementation."
Tyler Gunn [Mon, 6 Feb 2017 22:40:39 +0000 (22:40 +0000)]
Merge "Self managed CS implementation."
am: d736a6b2c2

Change-Id: I9c1a84cade87a208f2e509fb0f32457c64014147

7 years agoMerge "2D Recents: use correct layout logic for drawing transition headers" into...
Manu Cornet [Mon, 6 Feb 2017 22:38:31 +0000 (22:38 +0000)]
Merge "2D Recents: use correct layout logic for drawing transition headers" into nyc-mr2-dev

7 years agoMerge "Self managed CS implementation."
Tyler Gunn [Mon, 6 Feb 2017 22:32:13 +0000 (22:32 +0000)]
Merge "Self managed CS implementation."

7 years agoMerge "Self managed CS implementation."
Tyler Gunn [Mon, 6 Feb 2017 22:26:43 +0000 (22:26 +0000)]
Merge "Self managed CS implementation."

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices....
Brad Ebinger [Mon, 6 Feb 2017 22:25:02 +0000 (22:25 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices." am: ed839943e0 am: b9f4a2d6c1 am: 661689ffb1
am: 4ad1b7bd1e

Change-Id: Ie53119933c6e962921cf0bba93aec3472b795b51

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices....
Brad Ebinger [Mon, 6 Feb 2017 22:20:02 +0000 (22:20 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices." am: ed839943e0 am: b9f4a2d6c1
am: 661689ffb1

Change-Id: I2ce1c8504b50b3466853c1102114ed1b0fe03dc1

7 years agoMerge "CompanionDeviceManager"
Eugene Susla [Mon, 6 Feb 2017 22:19:51 +0000 (22:19 +0000)]
Merge "CompanionDeviceManager"

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices....
Brad Ebinger [Mon, 6 Feb 2017 22:15:07 +0000 (22:15 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices." am: ed839943e0
am: b9f4a2d6c1

Change-Id: I0b1850f074b1a014277c485b1ee6b5b5577fb9cd

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices."
Brad Ebinger [Mon, 6 Feb 2017 22:10:26 +0000 (22:10 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices."
am: ed839943e0

Change-Id: Ib8ed5dbf927300503aba1d97af25703b380c56a4

7 years agoMerge "Camera2: Temporarily remove surface size 0 check"
Shuzhen Wang [Mon, 6 Feb 2017 22:06:19 +0000 (22:06 +0000)]
Merge "Camera2: Temporarily remove surface size 0 check"

7 years agoRenamed voiceNetworkStateChanged and dataNetworkStateChanged
Jack Yu [Thu, 26 Jan 2017 20:45:57 +0000 (12:45 -0800)]
Renamed voiceNetworkStateChanged and dataNetworkStateChanged

The misleading voiceNetworkStateChanged should be renamed
to networkStateChanged to reflect either voice or data
network changes will trigger this indication.
And dataNetworkStateChanged should be renamed to
dataCallListChanged as well.

Test: Build
Merged-In: Icf20ceb3718794f7aa62650816714ac8679d101a
Change-Id: Icf20ceb3718794f7aa62650816714ac8679d101a

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices."
Brad Ebinger [Mon, 6 Feb 2017 22:03:29 +0000 (22:03 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices."

7 years agoMerge changes If0edccf8,I086b7bae,I043011c6,I4b05f340,I309097ef, ...
Selim Cinek [Mon, 6 Feb 2017 21:59:04 +0000 (21:59 +0000)]
Merge changes If0edccf8,I086b7bae,I043011c6,I4b05f340,I309097ef, ...

* changes:
  Disabling animations now when the screen is off
  Fixed a quick flash of the icon when adding a notification
  Fixed a bug where the notification icons wouldn't match
  Fixed weirdness about last icon in shelf
  Fixed a regression where custom notification where unreadable
  Fixed a wrong translation calculation on first pull down

7 years agoMerge "Clean up deferredLayers only onGpuContextDestroyed."
Sergei Vasilinetc [Mon, 6 Feb 2017 21:48:58 +0000 (21:48 +0000)]
Merge "Clean up deferredLayers only onGpuContextDestroyed."

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 6 Feb 2017 21:38:43 +0000 (13:38 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ia2feb848ece3402b9d19d3276f04c8f8af140da8
Auto-generated-cl: translation import

7 years agoFixed test failures for notification comparator
Selim Cinek [Mon, 6 Feb 2017 21:32:47 +0000 (13:32 -0800)]
Fixed test failures for notification comparator

Test: runtest systemui-notification
Change-Id: I16e6142c99553d541d09390142cd16bbdfa724d2

7 years agoMerge "Adding text input mode to TimePicker."
TreeHugger Robot [Mon, 6 Feb 2017 21:35:21 +0000 (21:35 +0000)]
Merge "Adding text input mode to TimePicker."

7 years agoMerge "Fix NPE when getting the callback cookie."
TreeHugger Robot [Mon, 6 Feb 2017 21:34:10 +0000 (21:34 +0000)]
Merge "Fix NPE when getting the callback cookie."

7 years agoFix NetworkPolicyManagerServiceTest.
Stephen Chen [Mon, 6 Feb 2017 21:18:11 +0000 (13:18 -0800)]
Fix NetworkPolicyManagerServiceTest.

Bug: 33349775
Fixes: 33349775
Test: runtest --path
frameworks/base/services/tests/servicestests/src/com/android/server/NetworkPolicyManagerServiceTest.java

Change-Id: Ia4516b65730375a48aa7c7ef1ab89157ffa4f355

7 years agoMerge "StatusBar: Clean up buzzBeepBlinked and friends"
TreeHugger Robot [Mon, 6 Feb 2017 21:16:59 +0000 (21:16 +0000)]
Merge "StatusBar: Clean up buzzBeepBlinked and friends"

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 6 Feb 2017 21:10:41 +0000 (13:10 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ibda6e6820948937ab910200d980b85e31afca1ae
Auto-generated-cl: translation import

7 years agoMerge "Expand whitelist" am: 006065fee4 am: bff26f4bf1 am: 21b2ab9e11
Paul Lawrence [Mon, 6 Feb 2017 21:09:07 +0000 (21:09 +0000)]
Merge "Expand whitelist" am: 006065fee4 am: bff26f4bf1 am: 21b2ab9e11
am: 6f594b810f

Change-Id: I72c19c42d8fbaaeffc7541859369822a585c4b3d

7 years agoMerge "Merge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1...
Android Build Merger (Role) [Mon, 6 Feb 2017 21:06:46 +0000 (21:06 +0000)]
Merge "Merge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e am: 27e4cb2e61" into nyc-mr2-dev-plus-aosp am: 1395e1c88a"

7 years agoMerge "thermal HAL uses "default" service name"
TreeHugger Robot [Mon, 6 Feb 2017 21:06:34 +0000 (21:06 +0000)]
Merge "thermal HAL uses "default" service name"

7 years agoMerge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev...
Ricardo Loo [Mon, 6 Feb 2017 21:05:29 +0000 (21:05 +0000)]
Merge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e am: 27e4cb2e61" into nyc-mr2-dev-plus-aosp
am: 1395e1c88a

Change-Id: I02ee6a26823ec23cc96943f45f7278925bd95b58

7 years agoMerge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae58...
Ricardo Loo [Mon, 6 Feb 2017 21:05:20 +0000 (21:05 +0000)]
Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e am: 27e4cb2e61
am: 8d711bcdc1

Change-Id: I78fb14bbe005f07d551421da55e8a5890fb31290

7 years agoMerge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev...
Ricardo Loo [Mon, 6 Feb 2017 21:03:38 +0000 (21:03 +0000)]
Merge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e am: d27f7a7af7" into nyc-mr2-dev-plus-aosp
am: ed17c22594

Change-Id: I737fb324f0b9112fe7c3ef94deaf0cdb5a9ee45e

7 years agoMerge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae58...
Ricardo Loo [Mon, 6 Feb 2017 21:03:30 +0000 (21:03 +0000)]
Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e am: d27f7a7af7
am: af0ad0a419

Change-Id: I3ea7fbc8f589ea87d21e304683b3f34b4b76c415

7 years agoMerge "Expand whitelist" am: 006065fee4 am: bff26f4bf1
Paul Lawrence [Mon, 6 Feb 2017 21:01:55 +0000 (21:01 +0000)]
Merge "Expand whitelist" am: 006065fee4 am: bff26f4bf1
am: 21b2ab9e11

Change-Id: Id6d1e209a677c0a769b7f63744a8471eb8602a7a

7 years agoMerge "docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3...
Ricardo Loo [Mon, 6 Feb 2017 21:01:53 +0000 (21:01 +0000)]
Merge "docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am: 07b5cf2fb6" into nyc-mr2-dev-plus-aosp
am: eaa6364d1b

Change-Id: If3b50dfec5d24b67dd507ffcf8e444d0b314525f

7 years agodocs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am...
Ricardo Loo [Mon, 6 Feb 2017 21:01:46 +0000 (21:01 +0000)]
docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am: 07b5cf2fb6
am: 543b773a04

Change-Id: I3c3b96e4b5bc062b58fba4d4ad77fdb17ec381cd

7 years agodocs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am...
Ricardo Loo [Mon, 6 Feb 2017 21:00:33 +0000 (21:00 +0000)]
docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am: 94122af913
am: 7ade93fedf

Change-Id: Ifbdb0953222e7d2a5dd1a61ba1cf7880573563a2

7 years agoMerge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev...
Android Build Merger (Role) [Mon, 6 Feb 2017 20:57:31 +0000 (20:57 +0000)]
Merge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e am: 27e4cb2e61" into nyc-mr2-dev-plus-aosp

7 years agoMerge "Expand whitelist" am: 006065fee4
Paul Lawrence [Mon, 6 Feb 2017 20:57:23 +0000 (20:57 +0000)]
Merge "Expand whitelist" am: 006065fee4
am: bff26f4bf1

Change-Id: I2ad973c64c858b11628348965e9593f9f85c6dbe

7 years agoMerge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev...
Android Build Merger (Role) [Mon, 6 Feb 2017 20:56:51 +0000 (20:56 +0000)]
Merge "Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e am: d27f7a7af7" into nyc-mr2-dev-plus-aosp

7 years agoMerge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae58...
Ricardo Loo [Mon, 6 Feb 2017 20:56:50 +0000 (20:56 +0000)]
Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e
am: 27e4cb2e61

Change-Id: Ibc8cc393c800d6d378f873259043d9434bb3ba6e

7 years agoMerge "docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3...
Android Build Merger (Role) [Mon, 6 Feb 2017 20:56:27 +0000 (20:56 +0000)]
Merge "docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am: 07b5cf2fb6" into nyc-mr2-dev-plus-aosp

7 years agoInitial implementation of Nav Bar Accessibility Button
Casey Burkhardt [Fri, 9 Dec 2016 00:09:20 +0000 (16:09 -0800)]
Initial implementation of Nav Bar Accessibility Button

This allows an AccessibilityService to set a flag in its
AccessibilityServiceInfo that triggers the navigation bar to show an
Accessibility Button and observe callbacks when the button is clicked
or there are changes in the visibility of the navigation bar.

Test: Manual (Created a sample AccessibilityService) + CTS
Bug:29231271
Change-Id: I03d653d85bc37df28ed71d8bba94b7c75fe56e43

7 years agoMerge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae58...
Ricardo Loo [Mon, 6 Feb 2017 20:56:05 +0000 (20:56 +0000)]
Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba am: b06c3ed79e
am: d27f7a7af7

Change-Id: I0005fda55383977ac84d370e7562fb7de7156f24

7 years agoDefault the lastSelectetNetworkId to -1
Jeremy Joslin [Mon, 6 Feb 2017 20:55:43 +0000 (12:55 -0800)]
Default the lastSelectetNetworkId to -1

Test: adb shell am instrument -e class android.net.RecommendationRequestTest  -w com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
Bug: 35045563
Change-Id: I04d71f2072d8a5a706f05905b580dd7af77d13d8

7 years agodocs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3
Ricardo Loo [Mon, 6 Feb 2017 20:55:32 +0000 (20:55 +0000)]
docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3
am: 07b5cf2fb6

Change-Id: I6da11429be64951a34c3fab33312b90f4513e8d0

7 years agodocs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3
Ricardo Loo [Mon, 6 Feb 2017 20:54:54 +0000 (20:54 +0000)]
docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3
am: 94122af913

Change-Id: I35080a02989b25efb690183394b02a724e23acd6

7 years agoMerge "Remove experimental twilight-based automatic brightness"
TreeHugger Robot [Mon, 6 Feb 2017 20:53:27 +0000 (20:53 +0000)]
Merge "Remove experimental twilight-based automatic brightness"

7 years agoMerge "Expand whitelist"
Paul Lawrence [Mon, 6 Feb 2017 20:52:49 +0000 (20:52 +0000)]
Merge "Expand whitelist"
am: 006065fee4

Change-Id: I8e370c7afddc4911e3860d62809fd007bac40a0b

7 years agoMerge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba
Ricardo Loo [Mon, 6 Feb 2017 20:50:57 +0000 (20:50 +0000)]
Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba
am: b06c3ed79e

Change-Id: Ied57792600e4c832455178fab58c73fa51a32d97

7 years agoCompanionDeviceManager
Eugene Susla [Sun, 22 Jan 2017 21:52:51 +0000 (13:52 -0800)]
CompanionDeviceManager

This introduces an API for apps that support companion devices to provide a
more streamlined flow for pairing and setting up the device

Bug: 30932767
Test: Using a toy app, invoke the newly introduced API (CompanionDeviceManager),
 and go through the flow. Ensure filtering works, and device is returned to
 the calling app. Ensure the calling app can pair to the selected device.
Change-Id: I0aeb653afd65e4adead13ea9c7248ec20971b04a

7 years agoMerge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba
Ricardo Loo [Mon, 6 Feb 2017 20:50:48 +0000 (20:50 +0000)]
Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev am: 19dae584ba
am: b06c3ed79e

Change-Id: I97f1b4559b0c8d4eb3709a455e54157fe3a40426

7 years agodocs: Update gluUnProject parameter description. am: 232c4900ac
Ricardo Loo [Mon, 6 Feb 2017 20:49:52 +0000 (20:49 +0000)]
docs: Update gluUnProject parameter description. am: 232c4900ac
am: cb6a5fc0f3

Change-Id: If34955950f76c9ae8a488f57e7e2d3145bd55543

7 years agodocs: Update gluUnProject parameter description. am: 232c4900ac
Ricardo Loo [Mon, 6 Feb 2017 20:49:49 +0000 (20:49 +0000)]
docs: Update gluUnProject parameter description. am: 232c4900ac
am: cb6a5fc0f3

Change-Id: Ied7be460f12d29dd1ce77be724c11b78e2179293

7 years agoMerge "docs: Update gluUnProject parameter description." into nyc-mr1-dev
Ricardo Loo [Mon, 6 Feb 2017 20:45:27 +0000 (20:45 +0000)]
Merge "docs: Update gluUnProject parameter description." into nyc-mr1-dev
am: 19dae584ba

Change-Id: I401682a35913ed936d124f7265e3e9338335ccee