summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-09Merge "Fix typo"android-s-v2-beta-3android-s-qpr3-beta-1android-s-v2-beta-3android-s-qpr3-beta-1Treehugger Robot
2022-02-09Merge "Fix OOM cache app optimizer flaky test."Treehugger Robot
2022-02-09Merge "audio: add Bluetooth LE Audio broadcast device"Eric Laurent
2022-02-09Merge "profcollectd: register callback to wait until ETM is ready."Yabin Cui
2022-02-09Merge "Fix full draw power usage increase issue"John Reck
2022-02-09Merge "HwRemoteBinder: fix race for concurrent binderDied"Steven Moreland
2022-02-09Merge "Fix misspelling in SurfaceTexture#attachToGLContext javadoc"Darwin Huang
2022-02-09Fix full draw power usage increase issueJiang Tian
Full draw will be happened on HWUI under 90/120Hz device,there are more draw commands under renderFrameImpl than in the 60Hz fps device, frame.bufferAge() > (int)mSwapHistory.size() resulting in an increase in power usage. So need to increase (int)mSwapHistory.size() to 8, set mSwapHistory add to 7. Bug: 209371516 Test: Manual Change-Id: Ic6f21e7b9dc5e7c8f36d03c57b01fa7210cff86f Merged-In: Ic6f21e7b9dc5e7c8f36d03c57b01fa7210cff86f
2022-02-09Merge "Add myself to Keystore owners"Treehugger Robot
2022-02-09Merge "Correct typo in the year of copyright"Chiachang Wang
2022-02-09Correct typo in the year of copyrightChiachang Wang
Test: m Change-Id: I68e9925b5b6deb7c5c9d57aa4a397c80f8b8d869
2022-02-09Merge "Have FrameworksVcnTests access hidden API"Aaron Huang
2022-02-09Merge "Delete NetworkStatsFactoryBenchmark"Treehugger Robot
2022-02-09Merge "[MS53] Add connectivity aidl exports to stubs"Junyu Lai
2022-02-09Merge "Create framework-connectivity shared filegroup"Treehugger Robot
2022-02-09Merge "Add system_server to net_admin group"Ken Chen
2022-02-09Merge "Remove @hide usage in DataUsageUtilsTest"Junyu Lai
2022-02-09audio: add Bluetooth LE Audio broadcast deviceEric Laurent
Add audio device type definition for a Bluetooth LE audio broadcast group. Bug: 150670922 Test: make. Change-Id: I8b2c7966ab6d1f3c637a043c4c802b8433ba697b Merged-In: I8b2c7966ab6d1f3c637a043c4c802b8433ba697b
2022-02-09Merge "Update VPN event strings for the IKE lib update"Treehugger Robot
2022-02-09Merge "Fix BatteryStats counts foreground activity time."Treehugger Robot
2022-02-09Fix BatteryStats counts foreground activity time.Lang Yu
When an application crashes or ANRs in the foreground, or when the application actively commits suicide in the foreground. It is often impossible to switch to the PAUSED state of ActivityRecord. At this time, the Timer in BatteryStats cannot be terminated, and it will keep timing, which will eventually lead to errors in foreground activity time statistics. So we'll settle in the handleAppDied function to fix that. Bug: 208355716 Change-Id: I23baf545105e0bb9322dc4a1702e38e0ef825c53 Signed-off-by: unknown <80264454@adc.com>
2022-02-09Merge "Allow VPN apps to ask for running the validation checks"Jean Chalard
2022-02-09Merge "Migrate DynamicSystemService to @EnforcePermission"Thiébaud Weksteen
2022-02-09Merge "Adds OWNERS to com.androd.util.Dump*"Treehugger Robot
2022-02-09Add system_server to net_admin groupKen Chen
This allows system_server to search/read skfilter BPF programs. Skfilter BPF programs status were previously dumped by Netd. In Android T, the related code are mainlined and dumped by system_server process. system_server needs to be in net_admin group so that it can read program status. $ adb root; adb shell ls -l /sys/fs/bpf/ -r--r----- 1 root net_admin ... prog_netd_skfilter_allowlist_xtbpf -r--r----- 1 root net_admin ... prog_netd_skfilter_denylist_xtbpf -r--r----- 1 root net_admin ... prog_netd_skfilter_egress_xtbpf -r--r----- 1 root net_admin ... prog_netd_skfilter_ingress_xtbpf Bug: 202086915 Test: test in Ib0e935ee2b714ac61daceba6d13fa7a20f97f68f Change-Id: I8c48230a5da6873eee7d0ba183cb83e1d92cd8f6
2022-02-09Merge changes from topics "imsservice subid notifications", "provisioning ↵Hakjun Choi
improvement", "provisioning_improvement_2" * changes: Fix CTS failure caused by ag/16284012 Add Provisioning bundle for indicating if MMTEL/RCS provisioning is required Add public API to ProvisioningManager for IMS/RCS provisioning by updatable provisioning app ImsService Subscription Notifications
2022-02-09Merge "Add a new API startProvisionedVpnProfileSession()"Lucas Lin
2022-02-09Merge "Unhide API setAllowedNetworkTypesForReason and ↵Treehugger Robot
getSupportedRadioAccessFamily"
2022-02-08Adds OWNERS to com.androd.util.Dump*Felipe Leme
Test: no, thanks Bug: 149254050 Change-Id: Ie7ca5bcba00177efde125246354a88cec29a38a4
2022-02-08Merge "Fix NPE in NetworkPolicyLogger.networkBlocked()."Sudheer Shanka
2022-02-08Merge "Adding metalava team to OWNERS to be able to disable metalava checks ↵Aurimas Liutikas
that will break platform build."
2022-02-08Merge "Carrier config KEY_CARRIER_SUPPORTS_TETHERING_BOOL"Meng Wang
2022-02-08Merge "Fixed documentation typo on TextAlign getter and setter methods - ↵Melvin Moreno
Reported on http://b/216852542"
2022-02-08Merge "Merge SQ1A.220205.002"Treehugger Robot
2022-02-08Fix NPE in NetworkPolicyLogger.networkBlocked().Sudheer Shanka
Fixes: 203822380 Test: atest cts/hostsidetests/net/src/com/android/cts/net/HostsideRestrictBackgroundNetworkTests.java Change-Id: Ibe5340caf6a7f6b1457c9230e34607cf293f39f3 Merged-In: Ibe5340caf6a7f6b1457c9230e34607cf293f39f3
2022-02-08Merge "Adds OWNERS to com.androd.internal.util.Dump*"Felipe Leme
2022-02-08Merge "(ImsService API changes for Better IMS Threading) ImsService to ↵Virkumar Karavate
execute binder calls in Executor."
2022-02-08Fixed documentation typo on TextAlign getter and setter methods - Reported ↵Melvin Moreno
on http://b/216852542 Change-Id: I950251451d49f97c8c3ef0539218189d4ff74ab6
2022-02-08Merge "Keystore: Surface service error message"Eran Messeri
2022-02-09Allow VPN apps to ask for running the validation checksChiachang Wang
Expose an API to allow VPNs app to ask for running the validation check on the VPN network built from Ikev2VpnProfile. Bug: 184750836 Test: New test in Ikev2VpnTest Also FrameworksNetTests Change-Id: I385bb887b6c697d8f5d87af750dbd2aab44afca6 CTS-Coverage-Bug: 184750836 (but CTS is in the same topic, just not detected by the tool)
2022-02-08Adds OWNERS to com.androd.internal.util.Dump*Felipe Leme
Test: no, thanks Bug: 149254050 Change-Id: I1dbb8a4c04817f39de147927c26c14e461eb564b
2022-02-08Have FrameworksVcnTests access hidden APIAaron Huang
(cherry picked from commit 023328e204d2ab167f45827a13bc31b68ee27d59) Bug: 204153604 Test: build, FrameworksVcnTests Change-Id: I2e92f27b4d10612d9000c0fc0d5866dd0313a336 Merged-In: I2e92f27b4d10612d9000c0fc0d5866dd0313a336
2022-02-08Keystore: Surface service error messageEran Messeri
Surface the service-specific error message. To avoid API changes, the error message is surfaced in the toString / getMessage methods. Test: atest android.security.keystore.KeyStoreExceptionTest Bug: 217593122 Change-Id: Id4090564b46db9b3b10ea390390f6683f7314463
2022-02-08Add myself to Keystore ownersEran Messeri
Update the Keystore owners file: * Remove Rob Barnes * Add myself. This will remove the dependency on US-based reviewers for all Keystore Java CLs. Non-trivial CLs, CLs that are not strictly in the Java layer, or both, would still be sent to the right US-based reviewer. Bug: N/A Test: N/A Change-Id: Id8931516b90be4b97e684cb8d7f9de8d71643db4
2022-02-08Create framework-connectivity shared filegroupJunyu Lai
Since data usage related code is going to move to mainline module, hidden classes and methods can no longer be accessed. However, some of the hidden classes in the platform are still needed, and cannot be moved because of other callers. Thus, create a shared srcs filegroup to allow these classes build with the module to solve the dependencies. Test: TH Bug: 204830222 (cherry-picked from ag/16656704) Change-Id: I3813bc2177b2f0b4237056f64c57c63fa29c3081 Merged-In: I3813bc2177b2f0b4237056f64c57c63fa29c3081
2022-02-08Remove @hide usage in DataUsageUtilsTestRemi NGUYEN VAN
Replace matchesSubscriberId with an equivalent check based on the stable API getSubscriberIds(). Bug: 197717846 Test: atest DataUsageUtilsTest (cherry-picked from ag/16801786) Change-Id: Icf86598dc2e4e8b24e08135de8a842f52ac4ab5b Merged-In: Icf86598dc2e4e8b24e08135de8a842f52ac4ab5b
2022-02-08Delete NetworkStatsFactoryBenchmarkRemi NGUYEN VAN
As commented in the test, it is broken today and barely builds. Nothing seems to be referencing this library anywhere: remove it. Ignore-AOSP-First: submitting in AOSP separately from topic Bug: 197717846 Test: m (cherry-picked from ag/16781269) Change-Id: I0dd12dfd3f9bf99c9723d58e2dc656ea7db3a1f3 Merged-In: I0dd12dfd3f9bf99c9723d58e2dc656ea7db3a1f3
2022-02-08Merge "CEC: Modify Standby Mode Handler"Treehugger Robot
2022-02-08[MS53] Add connectivity aidl exports to stubsJunyu Lai
This is needed to solve the dependencies where platform code such as ITelephony.aidl needs aidl definitions. Test: TH Bug: 204830222 Change-Id: Ie19a258c2e8a724dc087bc5ad5f8f522e29feca5 Merged-In: Ie19a258c2e8a724dc087bc5ad5f8f522e29feca5
2022-02-07Merge SQ1A.220205.002Xin Li
Bug: 213904741 Merged-In: Ib2b0342af85679c0514fb4d88530376b58e6e12a Change-Id: I82a9718a548507487ab9fa1795e08fc42dca0086