Home
last modified time | relevance | path

Searched refs:onUserRemoved (Results 1 – 25 of 67) sorted by relevance

123

/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/
H A DCarServiceProxyTest.java177 mCarServiceProxy.onUserRemoved(mRemovedUser1); in callOnUserRemoved()
178 mCarServiceProxy.onUserRemoved(mRemovedUser2); in callOnUserRemoved()
179 mCarServiceProxy.onUserRemoved(mRemovedUser3); in callOnUserRemoved()
204 verify(mCarService).onUserRemoved(mRemovedUser1); in verifyOnUserRemovedCalled()
205 verify(mCarService).onUserRemoved(mRemovedUser2); in verifyOnUserRemovedCalled()
206 verify(mCarService).onUserRemoved(mRemovedUser3); in verifyOnUserRemovedCalled()
210 verify(mCarService, never()).onUserRemoved(any()); in verifyOnUserRemovedNeverCalled()
/aosp12/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStoreMaintenance.java73 public static int onUserRemoved(int userId) { in onUserRemoved() method in AndroidKeyStoreMaintenance
75 getService().onUserRemoved(userId); in onUserRemoved()
/aosp12/frameworks/base/core/java/android/content/
H A DSyncAdaptersCache.java136 protected void onUserRemoved(int userId) { in onUserRemoved() method in SyncAdaptersCache
141 super.onUserRemoved(userId); in onUserRemoved()
/aosp12/packages/services/Car/car-internal-lib/src/com/android/car/internal/
H A DICarSystemServerClient.aidl44 void onUserRemoved(in UserInfo user); in onUserRemoved() method
/aosp12/system/security/keystore2/aidl/android/security/maintenance/
H A DIKeystoreMaintenance.aidl52 void onUserRemoved(in int userId); in onUserRemoved() method
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DRegisteredServicesCacheTest.java153 cache.onUserRemoved(U1); in testOnRemove()
304 public void onUserRemoved(int userId) { in onUserRemoved() method in RegisteredServicesCacheTest.TestServicesCache
305 super.onUserRemoved(userId); in onUserRemoved()
/aosp12/frameworks/base/services/core/java/com/android/server/appbinding/
H A DAppBindingService.java240 onUserRemoved(userId);
309 private void onUserRemoved(int userId) { in onUserRemoved() method in AppBindingService
314 forAllAppsLocked((app) -> app.onUserRemoved(userId)); in onUserRemoved()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyCacheImpl.java58 public void onUserRemoved(int userHandle) { in onUserRemoved() method in DevicePolicyCacheImpl
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerInternal.java75 default void onUserRemoved(UserInfo user) {} in onUserRemoved() method
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryManagerTest.java273 mHistoryManager.onUserRemoved(USER_SYSTEM); in testOnUserRemoved_userExists()
282 mHistoryManager.onUserRemoved(USER_SYSTEM); in testOnUserRemoved_userDoesNotExist()
294 mHistoryManager.onUserRemoved(USER_SYSTEM); in testOnUserRemoved_cleanupPendingPackages()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DGracePeriodObserverTest.java103 mGracePeriodObserver.onUserRemoved(removedUser); in testCleanUp()
/aosp12/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/
H A DAppStandbyInternal.java74 void onUserRemoved(int userId); in onUserRemoved() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DVpnManagerService.java712 onUserRemoved(userId);
795 private void onUserRemoved(int userId) { in onUserRemoved() method in VpnManagerService
800 vpn.onUserRemoved(userId); in onUserRemoved()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java96 public void onUserRemoved(int userId) { in onUserRemoved() method in GenerationRegistry
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerServiceInternal.java238 void onUserRemoved(@UserIdInt int userId); in onUserRemoved() method
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DCarServiceProxy.java262 void onUserRemoved(@NonNull UserInfo user) { in onUserRemoved() method in CarServiceProxy
399 mCarService.onUserRemoved(user); in onUserRemovedLocked()
H A DCarServiceHelperService.java238 public void onUserRemoved(UserInfo user) { in CarServiceHelperService()
240 mCarServiceProxy.onUserRemoved(user); in CarServiceHelperService()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java1010 public void onUserRemoved(@NonNull Context context, @NonNull Intent intent, in onUserRemoved() method in DeviceAdminReceiver
1233 onUserRemoved(context, intent, intent.getParcelableExtra(Intent.EXTRA_USER)); in onReceive()
/aosp12/frameworks/base/services/core/java/com/android/server/appbinding/finders/
H A DAppServiceFinder.java86 public void onUserRemoved(int userId) { in onUserRemoved() method in AppServiceFinder
/aosp12/system/vold/
H A DVolumeManager.h110 int onUserRemoved(userid_t userId);
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl34 void onUserRemoved(int userId); in onUserRemoved() method
/aosp12/system/security/keystore2/src/
H A Dmaintenance.rs279 fn onUserRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserRemoved() method
/aosp12/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java237 onUserRemoved(userId);
787 protected void onUserRemoved(int userId) { in onUserRemoved() method in RegisteredServicesCache
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java115 public abstract void onUserRemoved(@UserIdInt int userId); in onUserRemoved() method in ActivityManagerInternal
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryManager.java123 public void onUserRemoved(@UserIdInt int userId) { in onUserRemoved() method in NotificationHistoryManager

123