Wei Jia
23dfee521a
mediaplayer: add buffering settings API
...
Test: compiles, ensured that params is passed all the way to source
Bug:32524218
Change-Id: I90d65e10012ecc1a78989eba80d025d513ceaadf
2017-01-25 11:54:56 -08:00
Treehugger Robot
f3a6269fed
Merge "nfc: Make NDEF validation stricter"
2017-01-25 19:54:01 +00:00
Selim Cinek
6825542381
Merge "Started visual hierarchy for min priority notifications"
2017-01-25 19:53:49 +00:00
TreeHugger Robot
000f7cd646
Merge "Initial IME integration."
2017-01-25 19:44:33 +00:00
TreeHugger Robot
13fd7f1899
Merge "Fix issue with PiP hiding when dragging divider."
2017-01-25 19:31:56 +00:00
TreeHugger Robot
79e5cf1cc7
Merge "Fixing issue with wrong bounds being reported in StackInfo."
2017-01-25 19:29:00 +00:00
TreeHugger Robot
142cbdd474
Merge "Expose intents for launching channel settings."
2017-01-25 19:20:21 +00:00
TreeHugger Robot
fbcb01cde7
Merge "Move theme out of tuner and into display settings"
2017-01-25 19:17:22 +00:00
Rubin Xu
06c39bc07f
Fix build breakage
...
Implement new methods in MockStorageManager
Test: it builds
Change-Id: Icdd49a1b6709ab63a8b00328b9da8120482bbc8a
2017-01-25 19:13:27 +00:00
Evan Rosky
df7f283520
Merge "Changed cluster kb navigation shortcut to meta+[shift]+tab"
2017-01-25 19:04:22 +00:00
Robert Sesek
037e758db5
Merge changes I100dac6b,Ibbecac7e
...
* changes:
Enable multiprocess WebView by default.
Prepare to enable multiprocess by default.
2017-01-25 19:00:44 +00:00
Hakan Seyalioglu
96ba588a82
Mark two test methods public so they can be mocked
...
Without this, the mocked version looks like it's calling
the default implementation (which immediately fails due to
a bunch of null fields) - with this it just returns null.
I would ultimately like to stop mocking out the controller
and instead use a mocked package manager (which there is
already some set up to do). But in the meanwhile, this at least
gets the test passing.
Test: Checked the test passes.
Change-Id: I92d1f2796cfce21bf55e927bd56690c582f41e91
2017-01-25 10:51:53 -08:00
TreeHugger Robot
b93ecbae57
Merge "MessagingStyle: Add historic messages"
2017-01-25 18:47:20 +00:00
Rubin Xu
e7beedff6e
Merge "Add unit tests for LockSettingsService"
2017-01-25 18:38:31 +00:00
Christine Franks
b3e3100489
Merge "Merge "Require password to FR in carrier demo mode""
2017-01-25 18:38:03 +00:00
Andre Eisenbach
b9059986d7
Merge "Bluetooth: fix indentation, formatting in dumpsys" am: 35c715332f am: 36ce9b7ea0 am: 8b1d096e58
...
am: c39388d605
Change-Id: I51a9cec90c232b6f16e50f9a962bf2795bbf725b
2017-01-25 18:28:55 +00:00
Andre Eisenbach
c39388d605
Merge "Bluetooth: fix indentation, formatting in dumpsys" am: 35c715332f am: 36ce9b7ea0
...
am: 8b1d096e58
Change-Id: I4fd28828d5ed8ec2a3e93b6f8ab074dccdcb30e2
2017-01-25 18:23:50 +00:00
Ruchi Kandoi
2ed0b48abb
nfc: Make NDEF validation stricter
...
- Check if the MB is not set for any record apart from the first one.
- If the record is chunked, first record must contain the type
Bug: 20722275
Test: Manual; write raw NDEF messages to a tag
Change-Id: I3e73fc5163bbcd8a1f23417e98f57b665f4f1fad
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
2017-01-25 18:21:28 +00:00
Andre Eisenbach
8b1d096e58
Merge "Bluetooth: fix indentation, formatting in dumpsys" am: 35c715332f
...
am: 36ce9b7ea0
Change-Id: I3381764156fadf755d679b9a3c9356fc90e50fd2
2017-01-25 18:19:51 +00:00
Andre Eisenbach
36ce9b7ea0
Merge "Bluetooth: fix indentation, formatting in dumpsys"
...
am: 35c715332f
Change-Id: I7c603ab9f50921afb45e3d7181541260d8939089
2017-01-25 18:16:27 +00:00
Grigory Dzhavadyan
63408e643a
[clipboard] Clipboard sharing
...
The fix has been submitted to the emulator: https://android-review.googlesource.com/#/c/298922/
Resolved merge conflict with 1611052.
Change-Id: Ic1e9a3d2dfc3c933d83482d92bfb4da1fee4ebbe
2017-01-25 10:16:06 -08:00
Hangyu Kuang
6ab568b4ba
Merge "media: Relax the filedescriptor check to allow write-only mode."
2017-01-25 18:07:26 +00:00
Hongming Jin
ea694adb68
Merge "Test: AccountManagerService APCT test."
2017-01-25 18:06:31 +00:00
Andre Eisenbach
35c715332f
Merge "Bluetooth: fix indentation, formatting in dumpsys"
2017-01-25 18:05:11 +00:00
Marie Janssen
a95924da57
Bluetooth: fix indentation, formatting in dumpsys
...
Before
======
Enable log:
01-17 09:43:18 Enabled by com.android.systemui
01-18 07:13:10 Disabled by com.andorid.systemui
1 BLE Apps registered:
com.google.android.gms
After
=====
Enable log:
02-06 07:49:07 Enabled by system boot
02-06 07:49:35 Disabled by com.andorid.systemui
1 BLE App registered:
com.google.android.gms
Test: run bugreport, see differences in dumpsys
Change-Id: I6086f7f97c1fcbdb860d70d9516fd5bf630a9f5e
2017-01-25 18:02:26 +00:00
Edman Anjos
452efaac32
Merge changes I50d2903e,Ieb347ce3
...
* changes:
Add DPMS delegation scopes.
Add block uninstall delegation in DPMS.
2017-01-25 18:00:03 +00:00
Hangyu Kuang
82d2ea4a4f
media: Relax the filedescriptor check to allow write-only mode.
...
Test: Use the MMS app to record video.
Bug: 34594319
Change-Id: I0680c48f5f240e2b18264dbf952622ad0497130b
2017-01-25 17:58:06 +00:00
Winson Chung
b00dc5ebee
Fixing issue with wrong bounds being reported in StackInfo.
...
Bug: 34696293
Test: Launch overview from any app
Change-Id: I99a33b3abc9aea54ff12bf2d37a54aeefcdd535e
2017-01-25 09:44:25 -08:00
Julia Reynolds
9ba0c613a5
Expose intents for launching channel settings.
...
Test: manual
Change-Id: I86e12b0ed6b60660b9f6bd1015c186897418560e
2017-01-25 12:43:13 -05:00
Jason Monk
524fb4025e
Move theme out of tuner and into display settings
...
Change-Id: Id939a8a34e92c6190c59317155238697861a65e5
Fixes: 34682466
Test: Manual
2017-01-25 12:32:07 -05:00
TreeHugger Robot
1597e0540d
Merge "Tron logging - Fix isValidValue to match its name, allow nulls."
2017-01-25 17:25:20 +00:00
TreeHugger Robot
d20a0fd3df
Merge "Add support for BLOB format to HardwareBuffer."
2017-01-25 17:23:24 +00:00
Doris Liu
32eaa6722c
Merge "New functionalities for AnimatorSet: Reverse, Seek"
2017-01-25 17:23:00 +00:00
Christine Franks
cf683142cf
Merge "Require password to FR in carrier demo mode"
...
Bug: 34341567
Test: manual - still builds
Change-Id: Ie450a97db5c3ce58a1a5e43334bb0546a3c48645
2017-01-25 17:14:07 +00:00
Niels Egberts
617bbb3ba4
Merge "Register new TTS settings page for speed and pitch sliders."
2017-01-25 17:10:55 +00:00
Adam Lesinski
9aa513bf95
Merge "Add support for Split APK dependcies"
2017-01-25 16:56:51 +00:00
Adrian Roos
437cd56a7f
MessagingStyle: Add historic messages
...
Adds an API to supply additional context to a Notification that uses
MessagingStyle. To be used in the future to enhance the Direct Reply
experience.
Test: runtest cts
Change-Id: I6da0b9067cbffbaae2bd3c5d9606a0b5437f1ed4
2017-01-25 16:55:57 +00:00
Daniel Sandler
5403efba3c
Merge "What color starts with O?"
2017-01-25 16:45:39 +00:00
TreeHugger Robot
f54c76399a
Merge "use new clipbounds api"
2017-01-25 16:40:37 +00:00
Dan Sandler
a0594667fb
What color starts with O?
...
Fixes: 34609358
Test: visual
Change-Id: I00f4559abc30720ee04c09e0d04fa91de67ceeb9
Hint: NOT TEAL
2017-01-25 11:36:37 -05:00
Esteban Talavera
8f3b34338a
Merge "Wipe device or profile if max failed attempt reached"
2017-01-25 16:17:38 +00:00
Andrew Sapperstein
bd06bb6561
Merge "Decrease frequency of high temp warnings" into nyc-mr2-dev am: a60f7151e6
...
am: 4715e5c6a9
Change-Id: I540802c6207fd80beb8dfe1298d33e0efea3549e
2017-01-25 16:14:33 +00:00
Andrew Sapperstein
fed233eff5
Decrease frequency of high temp warnings am: 97bfa0f17d
...
am: be0f185de9
Change-Id: I8922139364c0b03927141236325b3ce667280dc6
2017-01-25 16:13:39 +00:00
Andrew Sapperstein
4715e5c6a9
Merge "Decrease frequency of high temp warnings" into nyc-mr2-dev
...
am: a60f7151e6
Change-Id: I11be13e9f6404cc74fa44cb6a8278a019634ecf1
2017-01-25 16:08:47 +00:00
Andrew Sapperstein
be0f185de9
Decrease frequency of high temp warnings
...
am: 97bfa0f17d
Change-Id: I48237148a12cbf8b11df798001aa5c99428a6daa
2017-01-25 16:08:41 +00:00
Julia Reynolds
717ca4b07d
Merge "Allow notifications to be autocanceled at a time."
2017-01-25 16:03:38 +00:00
Andrew Sapperstein
a60f7151e6
Merge "Decrease frequency of high temp warnings" into nyc-mr2-dev
2017-01-25 16:01:07 +00:00
Alison Cichowlas
2d89c243da
Tron logging - Fix isValidValue to match its name, allow nulls.
...
Test: runtest --path frameworks/base/core/tests/coretests/src/android/metrics/LogMakerTest.java
Change-Id: I92567e1873c5178606ac88135b5934d760b4ec24
2017-01-25 10:56:33 -05:00
Edman Anjos
52088e4859
Add DPMS delegation scopes.
...
Implement the permission grant, package access, enable system app, and
keep uninstalled packages delegation scope APIs in the
DevicePolicyManagerService.
This feature gives a device owner or profile owner the ability to
delegate some of its privileges to another application.
Bug: 33105287, 33105284, 33105719
Test: cts-tradefed run cts-dev --module CtsDevicePolicyManagerTestCases --test com.android.cts.devicepolicy.MixedDeviceOwnerTest#testDelegation
Change-Id: I50d2903eb73ae7844ec1f6fe07e41101ea2760ea
2017-01-25 16:53:50 +01:00
Edman Anjos
a5f2fb1a43
Add block uninstall delegation in DPMS.
...
Implement the uninstall blocker delegation scope API in
DevicePolicyManagerSercice.
This feature gives a device owner or profile owner the ability to
delegate some of its privileges to another application.
Bug: 33105718
Test: cts-tradefed run cts-dev --module CtsDevicePolicyManagerTestCases --test com.android.cts.devicepolicy.MixedDeviceOwnerTest#testDelegation
Change-Id: Ieb347ce3fb6219fe7f04cafbcd1e6b7359b31a10
2017-01-25 16:31:13 +01:00