NetworkMonitor no longer uses the broadcast for lingering, it
uses WakeupMessage instead.
Bug: 23113288
Change-Id: Idb0c55fc68cb8f45b3213c7134213904f227852e
This class makes it easier to test code that uses Settings:
1. Real device or emulator settings don't affect the code under
test; all settings always start off empty.
2. It's possible to change settings from the test without
affecting system settings.
3. No changes are needed to the code under test. The changes to
the tests are simple: just add a fake ContentResolver to
whatever mock Context is already used by the test, and make
that ContentResolver use the fake provider.
Bug: 23113288
Change-Id: I5e7e5a87571444ae49ccf551705620675a36cd17
am: 747d945b2c
* commit '747d945b2c8717e9a501c861a3caf20633355979':
Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample
Change-Id: I7b701650b8ffeb97ddff0df52a2654dd88f5dffb
am: 71b5005a66
* commit '71b5005a66872c25aaf71be865246294d0888279':
Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample
Change-Id: I09b59dd2cc85de4478012e2326bfce1cfd314e6b
am: 709f0df0d8
* commit '709f0df0d883ee5351d4f5688360fa76f9a84dbc':
Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample
Change-Id: Idee5539ed59ec115e90b4f5413f385e8d51369d8
am: 8a9100caae
* commit '8a9100caaea34cadcd19910f5667407a29016d03':
Tweaking layout to make two-task stacks to closer match design.
Change-Id: I3f8aaebee4c47911715dbaaac904c9b93b89dac1
We're building an exception message string, but by explicitly invoking
.toString() we're accidentally triggering an NPE rather than the typed
exception we want to throw. Build the string in a way that will be
safe and sensical even if the CharSequence is null.
Bug 29009255
Change-Id: I1813260f0b36fd44506b8327f997dd20c2d6c8bf
am: f97a0f5c9c
* commit 'f97a0f5c9c501bc7e39c779ebb2e009e1ea496cd':
Add more doc for Object animators defined with a single value
Change-Id: I14cfe5e0a80832b57a270b5b34164d7e4232feeb
am: c26b8afd35
* commit 'c26b8afd35c2debf14cdefb6120b908cfb9ef5c3':
redirect adt guide to release notes to consolidate the deprecation message. related deletion of file: https://critique.corp.google.com/#review/123463890
Change-Id: I3588745db102813ca7fd2c3d7f646a8c1ed3378e
am: e3e80bde12
* commit 'e3e80bde1246ed403be3315dcb1b92edc326aaf7':
Fix status bar autohide with DirectReply
Change-Id: I403dced0a5e78a61a392383ad3112c9da0d3c27a
am: 2c69d1ecae
* commit '2c69d1ecae5efff06a29bec3d73f9654b8851972':
Fix IME and NavBar overlap with Direct Reply
Change-Id: I9983d40ed0da917ea7f19df60b8f36e760dc26d7
am: 8d8718fc53
* commit '8d8718fc534325ff477036034eea058c179d1e04':
Docs: Changed GitHub samples link to point to "Google Samples" page on GitHub.
Change-Id: I6328e016fa56e110832281a4c2e7b42cc673e3f8
am: 3152ead0f8
* commit '3152ead0f8cb5994100a423b47907db06d8e0d7b':
redirect adt guide to release notes to consolidate the deprecation message. related deletion of file: https://critique.corp.google.com/#review/123463890
Change-Id: I8ec4aee36c2f39f9590fe94ffa8fa7b8da90cf43
am: d6c76ddc51
* commit 'd6c76ddc51a1b607c50d8e443a7affb9b2e0e1b6':
redirect adt guide to release notes to consolidate the deprecation message. related deletion of file: https://critique.corp.google.com/#review/123463890
Change-Id: Ia14317cc6a292fcda6328d96660db0eda5757e12
RetailDemoMOdeService adds a notification which allows user to wipe
current session and start a fresh demo session.
Bug: 27280140
Change-Id: I59dd82d236287206a2ca747210b3423fdc62c185
- In the small-stack cases, set the initial state to top-align the
back-most task. In addition to offsetting the position, ensure that
the dim for the back-most task is offset by this new position.
- Fixing issue with wrong return value when update insets.
- Fixing issue where tasks disappear after rotating while scrolling the
stack, due to the scrollering setting the stack scroll to an invalid
scroll position in the new layout in the new orientation.
Bug: 27859654
Change-Id: Ia4aaa3fe445032493c94a8dee7f6fea33bee36ec