- Oct 21, 2021
-
-
Santiago Seifert authored
-
Julia Reynolds authored
-
Ben Miles authored
-
Santiago Seifert authored
Finalizers and cleaners are discouraged java practices. Concretely, counting on finalize to release MediaPlayer violates the requirement of single-threaded use in the class javadoc. Bug: 182712404 Bug: 201440544 Test: N/A. Javadoc only change. Change-Id: I920860a8ff49d0a6bd9cef321f69269194d5fd39
-
William Escande authored
-
Sergey Nikolaienkov authored
-
Sergey Nikolaienkov authored
* changes: Give CDM Associations real IDs Introduce PersistentDataStore for CdmService Implement extensible device ID in CDM
-
Bernardo Rufino authored
Merge "Change out value type for Parcel::hasFileDescriptorsInRange()" am: 6a793fe2 am: 21f38c92 am: ec6c274a am: d092f3d9 am: d659d92f Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1864633 Change-Id: I6da2af48b0a103d156b52e4e4d33204a9ed726e4
-
tim peng authored
[automerger skipped] Merge "DO NOT MERGE: HA still appears in Media device list even though it has been unpaired." into sc-v2-dev am: 9c053702 -s ours am: 540cc26c -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16000209 Change-Id: I67bfe2b0eee38462dbd3476dd612adcbc83753f8
-
TreeHugger Robot authored
-
Bernardo Rufino authored
Merge "Change out value type for Parcel::hasFileDescriptorsInRange()" am: 6a793fe2 am: 21f38c92 am: ec6c274a am: d092f3d9 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1864633 Change-Id: I3eddc37f009dcd464c23e10cf0336deb18305f50
-
tim peng authored
[automerger skipped] Merge "DO NOT MERGE: HA still appears in Media device list even though it has been unpaired." into sc-v2-dev am: 9c053702 -s ours am skip reason: Merged-In I4ed5db2bd01f4b4e8f246ed3e8f74e24149571f9 with SHA-1 78b25059 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16000209 Change-Id: I2086dbac6a78d8a8629a7f27017ae195643467e6
-
Bernardo Rufino authored
Merge "Change out value type for Parcel::hasFileDescriptorsInRange()" am: 6a793fe2 am: 21f38c92 am: ec6c274a Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1864633 Change-Id: I5eea0a118503b539ac5039a93e43120dbea12ec0
-
tim peng authored
Merge "DO NOT MERGE: HA still appears in Media device list even though it has been unpaired." into sc-v2-dev
-
Ricky Wai authored
-
Bernardo Rufino authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1864633 Change-Id: Ib3a48f5c3d5eceb4f29475fb84d981155f9ba3e3
-
Riya Ghai authored
-
Bernardo Rufino authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1864633 Change-Id: Iba0319e19e425730648439a2a1e68692a04fdfbd
-
Nick Chameyev authored
Merge "Do not animate statusbar unfold when in portrait orientation" into sc-v2-dev am: 8264da57 am: 5dfd76ff Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16057109 Change-Id: I26d66e2be09773ef45684cda47f95e69894308d7
-
TreeHugger Robot authored
[automerger skipped] Merge "Hide SoftInput when INVALID_DISPLAY" into sc-v2-dev am: 0b4f292d am: 4183637e -s ours am skip reason: Merged-In I3ab03667c28ec5beb6c3332aceaae4a63cd7309a with SHA-1 d41ac060 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16057896 Change-Id: Ib8893e6b59cb6dfcb4ce2873da8a317609659c3b
-
Lucas Lin authored
Merge "Set underlying networks into NetworkCapabilities directly" am: 528c63e5 am: 8e0a1d95 am: df78a4ec Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1829954 Change-Id: I72592bcff4f003ef1406cab0e271eab35ef07116
-
Bernardo Rufino authored
-
Nick Chameyev authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16057109 Change-Id: Ifa9dcf89f79beedc82a4813b807ebabf515ad0a2
-
TreeHugger Robot authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16057896 Change-Id: I8132a99155a003266d29e83acff45c5104b0bb3e
-
Lucas Lin authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1829954 Change-Id: If7ef10b79a52be6cbfdcb1297b93c0f88b0b1202
-
Nick Chameyev authored
-
Sergey Nikolaienkov authored
Moving CompanionDeviceManagerService.ShellCmd class into a separate .java file in preparation for the upcoming changes. Bug: 197933995 Test: make, flash Test: adb shell cmd companiondevice help Change-Id: I6da7e6c9b788bdd4db6d27c2d36605bafabd5ccc
-
Sergey Nikolaienkov authored
Generate unique IDs for Association records. Whenever a new ID is update and persist first available ID to the disk. Bug: 197933995 Test: make, flash Test: atest android.os.cts.CompanionDeviceManagerTest Change-Id: I127d219d08e4b8f1e8e0e6b434b063512a502565
-
TreeHugger Robot authored
-
Lucas Lin authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1829954 Change-Id: I06986217f5df6fa0641a6015876732e1b76dd6bb
-
Lucas Lin authored
-
Sergey Nikolaienkov authored
Move functionality for persisting data to an (XML) file on a disk from CompanionDeviceManagerService.java to a dedicated PersistentDataStorage.java. Store the data into getDataSystemCeDirectory instead of deprecated getUserSystemDirectory. Also make sure the data is transfered to the new file correctly. Bug: 1979395 Test: make Change-Id: I679d8faad7ff8beba99444c3cf057f4a24e66d66
-
Sergey Nikolaienkov authored
Introduce android.companion.DeviceId class. Refactor Association class to store the list of DeviceId objects instead of a single MAC address String. Fix CDMService to work with the updated Association class. Bug: 197933995 Test: make Change-Id: I43ce12178d6ccdcfd9832bf2a78d00acae431f94
-
TreeHugger Robot authored
Merge "Add java doc for registerVisibleActivityCallback method." into sc-v2-dev am: 786af488 am: ddfc23c7 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16036450 Change-Id: I24ceeb05c8a47563e208fa0d46c4e60a6ee1c258
-
Nishant Singh authored
-
TreeHugger Robot authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16036450 Change-Id: I6fd828deb86274ec8308546cd0d16626865d60fd
-
TreeHugger Robot authored
-
“riyaghai” authored
Bug: 200672359 Bug: 202112084 Test: atest WmTests:ActivityTaskManagerServiceTests Change-Id: Iac1d7eb92643e14248fc8b3c7e11832beff3e327
-