Searched refs:onStopUser (Results 1 – 8 of 8) sorted by relevance
140 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()298 private void onStopUser(int userId) { in onStopUser() method in AppBindingService
436 void onStopUser(int userId) { in onStopUser() method in BackupManagerService537 onStopUser(userId); in setBackupServiceActive()1728 sInstance.onStopUser(user.getUserIdentifier()); in onUserStopping()
137 private void onStopUser(int userId) { in onStopUser() method in SliceManagerService692 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
296 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()310 void onStopUser(@UserIdInt int userId) { in onStopUser() method in TextServicesManagerService
161 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()233 void onStopUser(int userHandle) { in onStopUser() method in ContentService234 if (mSyncManager != null) mSyncManager.onStopUser(userHandle); in onStopUser()
836 public void onStopUser(int userId) { in onStopUser() method in SyncManager
134 mUsbService.onStopUser(userInfo.getUserHandle()); in onUserStopping()269 private void onStopUser(@NonNull UserHandle stoppedUser) { in onStopUser() method in UsbService
1564 verify(backupManagerService).onStopUser(UserHandle.USER_SYSTEM); in testOnStopUser_forwards()