- Oct 01, 2020
-
-
Vishnu Nair authored
-
Kevin Chyn authored
-
Anna Malova authored
-
- Sep 30, 2020
-
-
TreeHugger Robot authored
-
Brad Ebinger authored
[automerger skipped] Merge "Revert "Clean up IMS based interfaces to use a push model instea..."" am: 8827badd am: 9a8e4bf6 am: a6bc5361 am: 9123ff8c am: bcbad4f6 -s ours am skip reason: Change-Id I7ef3c07021a79e809d2c8b30ed2422372eae962d with SHA-1 91f87bfb is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443078 Change-Id: I11b30891e189b75ea8b79834e78c53f4ec9dd190
-
Patrick Baumann authored
[automerger skipped] Merge "Only allow system apps to be forceQueryable" am: 34108ebb am: 775db185 am: 304d3b95 am: c0e064f8 -s ours am: 42c0ba90 -s ours am skip reason: Change-Id Ib217ade392500f97a7ff5a08b781cc99e60838ff with SHA-1 697c2f94 is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443136 Change-Id: If54cdf432585d5dce0f848f81a3aa2e5d387c64f
-
Julia Kawano authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Hall Liu authored
-
Evan Rosky authored
-
Brad Ebinger authored
Merge "Revert "Clean up IMS based interfaces to use a push model instea..."" am: 8827badd am: 9a8e4bf6 am: a6bc5361 am: 9123ff8c Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443078 Change-Id: Ia9d94fda9dc85ad0f07cd251dbdd1632b8946a4d
-
Patrick Baumann authored
[automerger skipped] Merge "Only allow system apps to be forceQueryable" am: 34108ebb am: 775db185 am: 304d3b95 am: c0e064f8 -s ours am skip reason: Change-Id Ib217ade392500f97a7ff5a08b781cc99e60838ff with SHA-1 697c2f94 is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443136 Change-Id: Ic7b921d5bbec0fcdd73887e7d01f47da4b0e115c
-
Chavi Weingarten authored
-
Hall Liu authored
-
Brad Ebinger authored
Merge "Revert "Clean up IMS based interfaces to use a push model instea..."" am: 8827badd am: 9a8e4bf6 am: a6bc5361 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443078 Change-Id: Icc3add9e3ea4d4a192f6b9e54c68673bc51497d8
-
Patrick Baumann authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443136 Change-Id: I8fcc111d329d1681224f49bfa3d8a3ffcde7548c
-
Radhika Agrawal authored
Merge "Fix un-dismissable incoming call for auto-rejected calls" into rvc-qpr-dev am: 0c52a760 am: c2dd3604 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12721135 Change-Id: I04a9fc16338dd676a7adb71a3d1471d815af2c75
-
TreeHugger Robot authored
-
Radhika Agrawal authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12721135 Change-Id: I5c4e739f8d5edde57f815ed2aa98f8868d2c8572
-
Brad Ebinger authored
Merge "Revert "Clean up IMS based interfaces to use a push model instea..."" am: 8827badd am: 9a8e4bf6 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443078 Change-Id: I656f6145c4de980ea71ac7ee083cd218c014f897
-
Patrick Baumann authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443136 Change-Id: I6779f52bf044d5b3e4a1149e09de5aad0bde8cc0
-
Soonil Nagarkar authored
-
Radhika Agrawal authored
-
Brad Ebinger authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443078 Change-Id: Ibd5354d59392f707b423d8cbd0522191dcb01c32
-
Brad Ebinger authored
-
Adam He authored
Merge "Send ContentCapture events with mHandler to prevent threading issues causing mEvents to be null."
-
Patrick Baumann authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1443136 Change-Id: I47e4d5ba2f0cad42b949493140f45a5fa8ee5006
-
Patrick Baumann authored
-
Rob Carr authored
-
Patrick Baumann authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12729198 Change-Id: I04b7d4a05e9614e0cc889353e8ef9e4043eb865f
-
Brad Ebinger authored
-
Patrick Baumann authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12729198 Change-Id: I4bc339b413af79bfea596a361e2f93609084b65f
-
Ady Abraham authored
-
Nader Jawad authored
This reverts commit fc42a99e. Because we are moving away from a wrapper class to delegate between SkImageFilter and SkShader and instead adding RenderEffect on RenderNode, this wrapper implementation is no longer necessary. There are some behavioral differences between SkShader and SkImageFilter that would lead to additional complexity in conversions between these objects and potential bugs. To simplify this, RenderEffect will be added directly to RenderNode to support better caching of rasterization layers that is necessary for various visual effects like blur. Test: N/A Change-Id: I65dc9f8bd26aed8761af13491ae3f6d583208377
-
TreeHugger Robot authored
-
Kevin Chyn authored
Parcelables cannot easily become TestApi, since CREATOR, etc all come as extra baggage. So, rename internal usage to *SensorPropertiesInternal, and add a new class that exposes only specific parts of the properties for future TestApi Bug: 169459906 Test: Enroll, Auth on existing devices Test: atest com.android.systemui.biometrics Test: atest com.android.server.biometrics Change-Id: I59ae6bd30bef0eccbbcb58ddd7fa443be8a42ccf
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Soonil Nagarkar authored
Prevent applications from bypassing background location throttling by adding/removing requests. This allows provider managers to delay requests in the event the interval has decreased so that power can be saved. Clients that target S and above may now receive historical locations in exchange, so that they are not losing locations overall. Locationp providers can optionally implement delays themselves in the event of an interval increase. Also updates jitter calculation to be a capped percentage of the request interval, rather than a flat cap. Bug: 73144566 Test: manual + presubmits Change-Id: I243e813f0c0c504850e2a3e777787f49fc6f7a57
-