Home
last modified time | relevance | path

Searched defs:removedIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DPermissionMonitorTest.java928 final Intent removedIntent = new Intent(Intent.ACTION_PACKAGE_REMOVED, in testIntentReceiver() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java7706 final Intent removedIntent = new Intent(ACTION_USER_REMOVED); in testRestrictedProfileAffectsVpnUidRanges() local
7774 final Intent removedIntent = new Intent(ACTION_USER_REMOVED); in testLockdownVpnWithRestrictedProfiles() local
12313 final Intent removedIntent = new Intent(ACTION_USER_REMOVED); in testMultilayerForBroadcastedUsersEvaluatesCorrectly() local
12374 final Intent removedIntent = new Intent(ACTION_PACKAGE_REMOVED); in testMultilayerForPackageChangesEvaluatesCorrectly() local
13315 final Intent removedIntent = new Intent(ACTION_USER_REMOVED); in testProfilePreferenceRemovedUponUserRemoved() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java4337 Intent removedIntent = new Intent(Intent.ACTION_USER_REMOVED); in finishRemoveUser() local