- Oct 13, 2021
-
-
Anton Hansson authored
This target produces nearly identical contents to the build target framework-doc-stubs (the only diffs are in whitespace). Using this module in the SDK zip will allow changing the inputs of framework-doc-stubs to java sources that don't have all the annotations (the jar stubs). Bug: 187397779 Test: m sdk-annotations.zip and diff with framework-doc-stubs zip Change-Id: Id163473c455f25c5f31c965d907c0c3b0e7755fc
-
Sarah Chin authored
-
Neil Fuller authored
-
Pavel Grafov authored
-
Bernardo Rufino authored
-
Pavel Grafov authored
Webkit PAC processor cannot be created before the user is unlocked, this is currently causing crashes during boot. With this CL PacProcessor instantiation is delayed and will happen only when the user is unlocked either when handling a request or when PAC script is set. Instantiation of PacProcessor can take substantial time, on order of a second. Bug: 200241231 Test: manual, set PAC proxy and reboot Change-Id: Id42d857289a0b0f7df5b1c48f94d1b363d94235e
-
Neil Fuller authored
This changes owners files based on latest org changes and changes links to improve maintainability. Changes: + It removes a specific owner from most to reduce future maintenance. + It adds indirection so android/app references the associated service code, tests reference the OWNERS of the code under test. + services/core/java/com/android/server/timezonedetector/OWNERS is the single list of time / time zone detector maintainers. + Code associated with time zone rules moved to libcore/ ownership + It adds one new file for an upcoming commit. + Added documentation around API purpose to API OWNERS files, since there are multiple similar-looking package names with different purposes / clients. Test: None Bug: 189810551 Change-Id: I948d4b8eff59f3cd5ff63018949e49679795a5c0
-
- Oct 12, 2021
-
-
Tyler Gunn authored
-
Michael Wright authored
-
Steven Moreland authored
-
wyau authored
-
Tyler Gunn authored
Update API docs to reflect the fact that enforcing the IMS conference size requires conference event package. Test: Docs only change. Fixes: 202842203 Change-Id: Ia89a123b30e57cfe0a7e1bf4a43136812a553975
-
Michael Wright authored
Change-Id: I265d27cdb721616bf56c3b34c9d239b3e962e98c
-
Jiakai Zhang authored
-
Louis Chang authored
-
- Oct 11, 2021
-
-
Sarah Chin authored
Test: atest FrameworksTelephonyTests Bug: 198331673 Change-Id: Ib91982eecad87d958cb0c72a49c916a3a5e05a9a Merged-In: Ib91982eecad87d958cb0c72a49c916a3a5e05a9a
-
Jakub Pawlowski authored
-
Grzegorz Kołodziejczyk authored
Timer fires when there is more GATT services to discover on a peer devices. In such case, Android don't even start connecting profiles. Increasing timeout solves a problem, but probably some other solution is needed. Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Change-Id: If28247836690a209b9dc45b297aa889029a14abb
-
Anton Hansson authored
-
Ben Miles authored
-
Jiakai Zhang authored
Note: This needs to be exported from the APEX (ag/15937385) when a new prebuilt is dropped. The systemserver_fragment is needed for dexpreopting when the media APEX is built from a prebuilt. Bug: 194150908 Test: m nothing Merged-In: I2cca8b206451858e636c6bd04617cf3933f702c6 Change-Id: I2cca8b206451858e636c6bd04617cf3933f702c6 (cherry picked from commit 381fb640)
-
- Oct 10, 2021
-
-
Jakub Pawlowski authored
-
Jakub Pawlowski authored
-
- Oct 09, 2021
-
-
Jakub Pawlowski authored
* changes: leaudio: Fix link to intent leaudio: update UUID
-
- Oct 08, 2021
-
-
Treehugger Robot authored
-
Łukasz Rymanowski authored
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Change-Id: Id9145e6e2631d0eae102bcc502ae4aa233b61d7b
-
Łukasz Rymanowski authored
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Change-Id: Icb2e7681e4b5e7ba2e796671ff6f4c59bbff29d7
-
Łukasz Rymanowski authored
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Change-Id: I7782f95cca7478dcd585d435f585bba6a453f1ab
-
Łukasz Rymanowski authored
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Change-Id: I7e553bd9ffec52c1a2f70e80a194ad7214fe905a
-
Steven Moreland authored
Parcel native pointers are created when the Parcel is created, and they are destroyed in finalize. When a Java object is finalized, we shouldn't be calling methods on this (note - due to the way that compareData is written, it will throw NPE if otherParcel is null - and if this were not the case, the use of getOpenAshmemSize here - which will frequently be zero - would break the comparison here). Bug: 195752513 Test: atest android.os.ParcelTest android.os.cts.ParcelTest Change-Id: Iad86624d6e0aad2ca37273ddbcb456dff7f48d46
-
Treehugger Robot authored
* changes: Test for contract between AndroidKeyStoreKey hash and equals. Keystore 2.0 SPI: Fix contract between equals and hashCode 2
-
Anton Hansson authored
This makes it follow the same naming pattern as other modules in this directory, which makes it easier to auto-generate. Bug: 169103987 Test: m Change-Id: I1c68a433808c034e83049239a72c9b505546bf20
-
Ben Miles authored
Bug: 200263868 Test: Untested Change-Id: Iea5795098bbe3eee57049a8ede0c0c4e94efa7e2
-
Janis Danisevskis authored
-
Bernardo Rufino authored
To be used by lazy values in bundle. I ended up opening up as public API for apps to use it too because I saw no reason not to, can change if folks prefer it to be @hide though. Test: atest -d android.os.cts.ParcelTest android.os.cts.BundleTest android.os.BundleTest android.os.ParcelTest Bug: 195622897 Change-Id: I7bf580f94313669fe67998b32b2723544c594cde
-
Ben Miles authored
-
Louis Chang authored
Or the activity remained in PAUSING state and prevents the activity to stop after screen off until stop timeout. Bug: 202345179 Test: atest PinnedStackTests Change-Id: Ibb8b3c48d483dcb96207ec2395a87b31d8eb107e Merged-In: Ibb8b3c48d483dcb96207ec2395a87b31d8eb107e
-
- Oct 07, 2021
-
-
Xin Li authored
-
Janis Danisevskis authored
Test: atest KeystoreTests Bug: 196118021 Merged-In: Ic6e60752faa986debe3d325f54242cffaa03b336 Change-Id: Ic6e60752faa986debe3d325f54242cffaa03b336
-
Janis Danisevskis authored
This fixes the contract between equals and hashCode in AndroidKeystorePublicKey. The previous fix made only a reference comparisson between certificate blobs. In this patch java.util.Arrays is used to compare and compute the hash of the array. Bug: 196118021 Test: See following CL. Change-Id: I2b8b7e740fb377de39fd21f763e15cb00024b2fc
-