Commit Graph

15610 Commits

Author SHA1 Message Date
Gustav Sennton
6e068483f2 Merge "Remove WebView-package-being-replaced logic from WebViewUpdateService." into nyc-dev
am: eedcdb0

* commit 'eedcdb045283faa894ef7b00722ae69eb780ceae':
  Remove WebView-package-being-replaced logic from WebViewUpdateService.
2016-03-18 10:57:53 +00:00
Gustav Sennton
eedcdb0452 Merge "Remove WebView-package-being-replaced logic from WebViewUpdateService." into nyc-dev 2016-03-18 10:52:34 +00:00
Suprabh Shukla
197b8d3083 Merge "Added a unit test for TaskPersister" into nyc-dev
am: 07317df

* commit '07317df6ab3577a215f5fcbb8076d7e1d9c94e04':
  Added a unit test for TaskPersister
2016-03-18 02:24:30 +00:00
Suprabh Shukla
07317df6ab Merge "Added a unit test for TaskPersister" into nyc-dev 2016-03-18 02:19:40 +00:00
Donghyun Cho
70f23fba65 Merge "Clear calling identity before calling sendKeyEvent" into nyc-dev
am: d08da04

* commit 'd08da04cf2d52d62573459b82f0e7a1c02026b29':
  Clear calling identity before calling sendKeyEvent
2016-03-18 01:20:22 +00:00
Suprabh Shukla
f50b458e71 Added a unit test for TaskPersister
Added a simple unit test which checks the methods used to save and load the set
of taskids to file. The test creates a user, adds some task ids to the
set of taskids for that user, saves it and loads it to see whether the
set loaded is the same as the one that was saved.

Change-Id: If92be8abf9a7e3ef90630a3786867f0e1ba12f3e
2016-03-17 18:14:15 -07:00
Donghyun Cho
d08da04cf2 Merge "Clear calling identity before calling sendKeyEvent" into nyc-dev 2016-03-18 01:13:25 +00:00
Joe Onorato
fb00ab903b Merge "Turn down the logging in ApfFilter." into nyc-dev
am: 7c4b7c4

* commit '7c4b7c452e9a2705e337d2cc8736aac788defece':
  Turn down the logging in ApfFilter.
2016-03-18 00:11:28 +00:00
Joe Onorato
7c4b7c452e Merge "Turn down the logging in ApfFilter." into nyc-dev 2016-03-18 00:07:53 +00:00
Joe Onorato
7a8797f6c8 Turn down the logging in ApfFilter.
Bug: 27685384
Change-Id: I3583a61bfd7570caf017ee53f8b190388e3aa400
2016-03-17 16:42:34 -07:00
Makoto Onuki
706928df5d Merge "Improve ShortcutSrvice" into nyc-dev
am: 45c1827

* commit '45c1827c37ba9d8ed3c644aee89e993e4e5288b1':
  Improve ShortcutSrvice
2016-03-17 23:37:49 +00:00
Makoto Onuki
45c1827c37 Merge "Improve ShortcutSrvice" into nyc-dev 2016-03-17 23:33:04 +00:00
Fyodor Kupolov
71b8970813 Merge "Prevent NPE when syncing recent tasks" into nyc-dev
am: 125db3f

* commit '125db3f908c03284563c22f7826012a4822fd6de':
  Prevent NPE when syncing recent tasks
2016-03-17 22:58:44 +00:00
Fyodor Kupolov
125db3f908 Merge "Prevent NPE when syncing recent tasks" into nyc-dev 2016-03-17 22:42:25 +00:00
Fyodor Kupolov
c4b46dd12d Prevent NPE when syncing recent tasks
Temporary fix to unblock GTS tests for ryu.

Bug: 27686987
Change-Id: Id9398cd8615bf90aecf02051f26db10f39d598b0
2016-03-17 22:29:23 +00:00
Jeff Sharkey
5a128c4f33 Merge "Refactoring FBE APIs based on council feedback." into nyc-dev
am: a0a58a2

* commit 'a0a58a2fd5cbc1bb8056227bb04f276b364c6e96':
  Refactoring FBE APIs based on council feedback.
2016-03-17 22:07:23 +00:00
Christopher Tate
205ec38111 Merge "Fix job duplication bug" into nyc-dev
am: 24fb1f6

* commit '24fb1f6842315b827a7c9578f45881f62608223d':
  Fix job duplication bug
2016-03-17 22:00:39 +00:00
Jeff Sharkey
a0a58a2fd5 Merge "Refactoring FBE APIs based on council feedback." into nyc-dev 2016-03-17 22:00:26 +00:00
Chris Tate
24fb1f6842 Merge "Fix job duplication bug" into nyc-dev 2016-03-17 21:56:24 +00:00
Makoto Onuki
aa8b94aa79 Improve ShortcutSrvice
- Delayed save
- Reset logic update

Bug 27548047

Change-Id: Ibd52f90a7986991974301b7ff1f1d8520f9ef0d9
2016-03-17 14:37:14 -07:00
Jeff Sharkey
8a372a0a28 Refactoring FBE APIs based on council feedback.
Mostly consists of removing the word "encryption" from most APIs,
since we can't actually make promises about the data being encrypted.

Bug: 27531029
Change-Id: Iace9d7c4e64716abf86ed11847c40f3947e1d625
2016-03-17 14:49:08 -06:00
Chris Wren
ea02d921d6 Merge "don\'t assume there is an ExtServices package" into nyc-dev
am: 42b2acb

* commit '42b2acb983512642669aa8c6d3cd8c44dbd2f7ec':
  don't assume there is an ExtServices package
2016-03-17 20:39:16 +00:00
Christopher Tate
b1c1f9a7a9 Fix job duplication bug
Lookup of an existing obsoleted job was not done within the same
lock lifetime as scheduling its replacement, which means that callers
could race scheduling "the same" job and wind up creating duplicates.

Bug 27589164

Change-Id: I572b01092964b82316961de601bb7f1afedf18de
2016-03-17 13:33:26 -07:00
Gustav Sennton
26c82fff09 Remove WebView-package-being-replaced logic from WebViewUpdateService.
The replacing-logic tries to handle packages being uninstalled while
being replaced. This can't be handled through listening to
package-replaced intents since those can be delivered long after the
actual problem occurs.

Bug: 27605997
Change-Id: Iba8e546a5bba1ceb6226d4edb71db088c81ae1a9
2016-03-17 20:29:43 +00:00
Chris Wren
88d2f6dd3b don't assume there is an ExtServices package
Bug: 27698377
Change-Id: I0122cc33102d501851f90584019c4ee5c106eb7b
2016-03-17 15:49:39 -04:00
Julia Reynolds
9bd14a9fcd Merge "Relax policy access restriction for adjust volume changes." into nyc-dev
am: a6b0caf

* commit 'a6b0caf89abcf6934f76e58b39a12e8062b0e8b6':
  Relax policy access restriction for adjust volume changes.
2016-03-17 19:14:39 +00:00
Julia Reynolds
a6b0caf89a Merge "Relax policy access restriction for adjust volume changes." into nyc-dev 2016-03-17 19:08:15 +00:00
Erik Wolsheimer
f41a043ee3 Merge "Prevent NPE via use of uninitialized mUserManager" into nyc-dev
am: 9d07624

* commit '9d076242f24e2f809433d968e5f0ecc7e3eac2c5':
  Prevent NPE via use of uninitialized mUserManager
2016-03-17 18:37:24 +00:00
Erik Wolsheimer
9d076242f2 Merge "Prevent NPE via use of uninitialized mUserManager" into nyc-dev 2016-03-17 18:29:12 +00:00
Makoto Onuki
7572efad40 Merge "Support multi-launcher" into nyc-dev
am: fb3f3f5

* commit 'fb3f3f5b283095cff67ce78b554700958543d4f5':
  Support multi-launcher
2016-03-17 18:02:11 +00:00
Svetoslav Ganov
36665d9c4b Merge "Sanitize app op service inputs" into nyc-dev
am: 98a41e3

* commit '98a41e32cf5f5de037e92e68fb82d881792ee0a9':
  Sanitize app op service inputs
2016-03-17 18:01:58 +00:00
Chris Wren
98827cf966 Merge "don\'t call other services in dump" into nyc-dev
am: 8b1918e

* commit '8b1918e5a65bdd7617f45e350fe92a58004ea628':
  don't call other services in dump
2016-03-17 18:01:56 +00:00
Michal Karpinski
e165d40d2d Merge "Unifying method names and comments to security logging, not device logging" into nyc-dev
am: c7605b83

* commit 'c7605b838bda61593e503924c6c86e3a33a6d64b':
  Unifying method names and comments to security logging, not device logging
2016-03-17 18:01:45 +00:00
Lorenzo Colitti
e77e70d00f Merge changes Idf0cfee8,I27307e2e into nyc-dev
am: 7d0e392

* commit '7d0e392e2cd64d7b686908f28928290408ef4a7f':
  Use native netd binder interface in NetworkManagementService.
  Fix IdleableHandlerThread.
2016-03-17 18:01:44 +00:00
Erik Wolsheimer
ec1a918f44 Prevent NPE via use of uninitialized mUserManager
BUG: 27718356
BUG: 27336841
Change-Id: Id603835b0463ca32f6a27ec255df7077f2427b06
2016-03-17 10:49:28 -07:00
Yohei Yukawa
55430e477d Merge changes I068f8821,Ibcf12746,I169ad495 into nyc-dev
am: fb8aa06

* commit 'fb8aa06883faae598512c26d95c5dfeab7f213a5':
  Add more @NonNull/@Nullable to TextServicesSettings.
  Remove an unnecessary int to String conversion.
  Add more @NonNull/@Nullable to InputMethodSettings.
2016-03-17 17:35:30 +00:00
Sudheer Shanka
3430c45bcb Merge "Flush package restriction changes for a user." into nyc-dev
am: f9124ec

* commit 'f9124ecad9ec20f572df8cdca6f985ef3f97210d':
  Flush package restriction changes for a user.
2016-03-17 17:35:25 +00:00
Chong Zhang
0130d6ec8f Merge "Apply temp inset bounds to child window if it\'s not empty" into nyc-dev
am: 24aac8a

* commit '24aac8adc0a7ddd936e3f33541aa8587d769083e':
  Apply temp inset bounds to child window if it's not empty
2016-03-17 17:35:23 +00:00
Ruben Brunk
b9baa8aada Merge "Chaser patch for AppOps restriction changes." into nyc-dev
am: 82746b0

* commit '82746b0a753241c75274aec4dbe5c9caf364a4f7':
  Chaser patch for AppOps restriction changes.
2016-03-17 17:35:22 +00:00
Makoto Onuki
e10a984bab Merge "Add "pm set-home-activity"" into nyc-dev
am: 1b21124

* commit '1b21124d126792e77cdac40c7342adb3486f004b':
  Add "pm set-home-activity"
2016-03-17 17:35:15 +00:00
Eric Laurent
fa52f2838a Merge "AudioService: do not persist mic mute and master mute" into nyc-dev
am: 495defd

* commit '495defd74f9a47dec33eb27ca25f5e390bd3fb4a':
  AudioService: do not persist mic mute and master mute
2016-03-17 17:35:08 +00:00
Jeff Sharkey
a0f6318f44 Merge "Defuse Bundles parsed by the system process." into nyc-dev
am: c4b0ade

* commit 'c4b0ade245fcf6546ac722ac9ce6ddd30b473e68':
  Defuse Bundles parsed by the system process.
2016-03-17 17:35:04 +00:00
Julia Reynolds
cdaa0b99eb Relax policy access restriction for adjust volume changes.
Otherwise users can't enter DND while using volume buttons in most
apps.

Bug: 27711587
Change-Id: Idb4976680d9bb88206928a7b623f17d07183ea28
2016-03-17 13:28:31 -04:00
Makoto Onuki
fb3f3f5b28 Merge "Support multi-launcher" into nyc-dev 2016-03-17 17:27:10 +00:00
Svetoslav Ganov
98a41e32cf Merge "Sanitize app op service inputs" into nyc-dev 2016-03-17 15:35:55 +00:00
Chris Wren
8b1918e5a6 Merge "don't call other services in dump" into nyc-dev 2016-03-17 13:59:03 +00:00
Donghyun Cho
5f6d404e09 Clear calling identity before calling sendKeyEvent
When HdmiControlService#sendKeyEvent is called via AudioService,
permission check should be based on AudioService rather than the caller
of AudioService.

Bug: 27195998
Change-Id: I35f60813b3a48b2957f2bfd576a5f493d77691a7
2016-03-17 20:39:25 +09:00
Rubin Xu
c7605b838b Merge "Unifying method names and comments to security logging, not device logging" into nyc-dev 2016-03-17 11:23:55 +00:00
Lorenzo Colitti
7d0e392e2c Merge changes Idf0cfee8,I27307e2e into nyc-dev
* changes:
  Use native netd binder interface in NetworkManagementService.
  Fix IdleableHandlerThread.
2016-03-17 11:17:48 +00:00
Lorenzo Colitti
58967baff3 Use native netd binder interface in NetworkManagementService.
Bug: 27239233
Change-Id: Idf0cfee82ec5007fde0237d944ab0c2b53ff4a7b
2016-03-17 17:47:23 +09:00