- 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
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
-
Steven Moreland authored
This method clears the calling identity of a kernel binder call. However, there is now a generic API to disallow the use of kernel binder calling identities. This is used by RPC binder calls in order to ensure that code doesn't accidentally assume the default (<pid>, <uid>) calling identity means that the call originated from another process. In the C++ layer, this API is attached to IPCThreadState. In the future, we could consider expanding the scope of this API to code and restore many types of calling IDs, but the current return type may not have enough space, and I want to push people away from thread locals (globals) for now. Bug: 237245600 Test: N/A Change-Id: I6e293814769cbd3c41e72afd95385af31ceb099f
-
Hai Zhang authored
Change-Id: I3bf638ecff9b59c27ad3dc1acce1e187230886f4 Test: presubmit
-
Patrick Rohr authored
As was pointed out, SharedLog in NetworkStackClient (and ConnectivityModuleConnector) was only used for dump() functionality which is not called by anyone. This CL removes the unused dump() functions and removes SharedLog usage in favor of android.util.Log. Also cleaning up usage of Slog so only logWtf logs to the system log in both NetworkStackClient and ConnectivityModuleConnector. Test: m Bug: 235901424 Change-Id: Ia484ee825cd714fd8eb7704ca1d16acfbe2e7331 Merged-In: Ia484ee825cd714fd8eb7704ca1d16acfbe2e7331
-
Treehugger Robot authored
-
Treehugger Robot authored
-
jiabin authored
When using audio-coupled-haptic playback, the haptic channels will be muted if the app doesn't have the vibrate permission. Update the doc to state that apps should hold vibrate permission to make audio-coupled-haptic works as expected. Bug: 236586224 Test: make Change-Id: I69c1332d39f997a61f3a969d652144d829de9659
-
Miguel Aranda authored
-
- Jul 05, 2022
-
-
Hani Kazmi authored
-
chiachangwang authored
Remove VisibleForTesting for onUserStarted, onPackageRemoved and onPackageAdded because it's not necessary now. Bug: 230548427 Test: m ; atest FrameworksNetTests Change-Id: I531feb457bc59dc9969d93311654523f3e6f5270
-