- Jul 19, 2022
-
-
Treehugger Robot authored
-
- Jul 18, 2022
-
-
Jack He authored
* changes: le_audio: Extend handling of Broadcaster as active device AudioDeviceBroker: Extend createBtDeviceInfo with LE_AUDIO_BROADCAST
-
Miguel Aranda authored
-
Orion Hodson authored
Bug: 168471625 Test: build/make/tools/checkowners.py frameworks/base/core/jni/OWNERS Change-Id: Ie337552d8b490e8100cf35b9b0c9780cb771966a
-
- Jul 15, 2022
-
-
Grzegorz Kołodziejczyk authored
Patch extends handling Broadcaster as active Bluetooth device. Broadcast device. Bug: 150670922 Tag: #feature Test: PTS and presubmit Sponsor: jpawlowski@ Merged-In: Ic41c619411f1784bf586aa48ad0fa4a39a37ecb7 Change-Id: Ic41c619411f1784bf586aa48ad0fa4a39a37ecb7 (cherry picked from commit 7c1bf84c)
-
Grzegorz Kołodziejczyk authored
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: build Merged-In: I389ce1fb8f6a763e991a00f3bebfac0648086722 Change-Id: I389ce1fb8f6a763e991a00f3bebfac0648086722 (cherry picked from commit 59afd5cc)
-
Jack Yu authored
-
Jack Yu authored
Bug: 232630223 Test: Manual Merged-In: Ifd00798a9add597b06677b857c58b3a946fb7435 Change-Id: Ifd00798a9add597b06677b857c58b3a946fb7435
-
- Jul 14, 2022
-
-
Daeho Jeong authored
-
Aaron Huang authored
-
- Jul 13, 2022
-
-
Treehugger Robot authored
-
Beth Thibodeau authored
Merge "NotificationPlayer: use AUDIOFOCUS_GAIN_TRANSIENT instead of AUDIOFOCUS_GAIN in looping mode"
-
Miguel Aranda authored
-
Miguel authored
The test performed a lot of repetitions of the same append call with a buffer that kept being extended which resulted in OOM errors, but now we use a new buffer each time. Test: atest CharsetUtf8PerfTest Bug: 235455275 Change-Id: I10427d315a6d0b45394c74d0c8642f0c085ceb07
-
Miguel authored
JarFilePerfTest was incorrectly submitted and not working yet, and SignaturePerfTest had a failing test case. Test: atest SignaturePerfTest Change-Id: I739a87c02fdb3dd8c82cd63c8187fa9a8bf05ca7
-
Aaron Huang authored
Dump last interfaces of the network information in dumpsys of netpolicy. Output: Network to interfaces: 100: {rmnet_data1}] 101: {v4-wlan0, wlan0}] Bug: 237640200 Test: FrameworksNetTests Change-Id: I258f5565e62666cd71222073c692e45e2e5828e2
-
Wei Sheng Shih authored
-
ot903277 authored
When the last item of sRunningAttributionSources is removed, the current check condition will cause the process of removing sRunningAttributionSources stopped and return directly, bring in weak global reference table overflow. Change the order for smooth removal. Bug: 218794347 Test: run audio stress test pass Change-Id: I39072f3b72f0be6d6debbcbc948d7a940ad92785
-
- Jul 12, 2022
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Nicolas Geoffray authored
-
wilsonshih authored
Extend the support of the exception list for SC-V2 and apps targeting S and SC-V2. Test: atest ActivityRecordTests Test: com.android.server.wm.SplashScreenExceptionListTest Bug: 231708538 Merged-In: I5412e81f70cbc9aac3861d13d85e199e949bedc7 Change-Id: I70a2aa4684c1267fe98e0e2260c61042db9c2e36
-
Maciej Żenczykowski authored
These are static methods, see: frameworks/base/core/java/com/android/internal/net/NetworkUtilsInternal.java public static native void setAllowNetworkingForProcess(boolean allowNetworking); public static native boolean protectFromVpn(FileDescriptor fd); public static native boolean protectFromVpn(int socketfd); Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Ibac6e7b864823cc94bb5301d47bf244b9dd6bdad
-
- Jul 11, 2022
-
-
Miguel Aranda authored
-
Nicolas Geoffray authored
In that file, we can list methods which we want to compile but that our boot image profiling implementation did not cover. Test: m Bug: 235557326 Change-Id: Id5241dac826b5d4f581573d8b9b556bde2dabdeb
-
Treehugger Robot authored
-
Chris Li authored
Merge "[Bugfix][RemoteAnimation] Fix IndexOutOfBoundsException in onAnimationFinished of RemoteAnimationController"
-
xi yu authored
RemoteAnimationController Sometimes mPendingAnimations.remove will be called more than once in one cycle (line 255 - 270) of onAnimationFinished, e.g., mPendingAnimations.remove being called again in adapters.mAdapter.mCapturedFinishCallback.onAnimationFinished, resulting in IndexOutOfBoundsException. Bug:237989368 Change-Id: Ica771f1ae4cb4ddddb7684bd964504ca9f31ea12 Test: Monkey test
-
Chiachang Wang authored
* changes: Update method visibility for testing Stop VPN profiles by exiting VpnRunner instead of prepareInternal Update the prefix in keystore for app exclusion
-
- Jul 08, 2022
- Jul 07, 2022
-
-
Treehugger Robot authored
-
Steven Moreland authored
-
Treehugger Robot authored
-
Daeho Jeong authored
* changes: Make minimum gc sleep time tunnable Make smart idle maint update write amount record every period
-
Steven Moreland authored
RPC Parcels need to be interpreted in the context of an RPC session. Otherwise, they don't make sense. Bug: N/A Test: N/A Change-Id: I7a7b83341372faae357927f1b23be181b2f907af
-
Steven Moreland authored
A kernel binder object for libbinder can either be a binder object or an FD. Bug: N/A (from email thread) Test: N/A Change-Id: Iaa02595c5859879749f776222eccca52e782cbfb
-
linkai authored
Bug:238368970 1. IMediaProjectionCallback#onStop to release virtual display and remove mVirtualDisplayDevices. 2. DisplayManagerService#releaseVirtualDisplayInternal cannot remove display device due to null mVirtualDisplayDevices. Signed-off-by:
linkai <linkai@xiaomi.com> Change-Id: Idb3f4aabe894b17a9681dae9f1028bd44ac36f1e
-
- Jul 06, 2022
-
-
Steven Moreland authored
-