Home
last modified time | relevance | path

Searched refs:onStopUser (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingService.java140 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
298 private void onStopUser(int userId) { in onStopUser() method in AppBindingService
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java436 void onStopUser(int userId) { in onStopUser() method in BackupManagerService
537 onStopUser(userId); in setBackupServiceActive()
1728 sInstance.onStopUser(user.getUserIdentifier()); in onUserStopping()
/frameworks/base/services/core/java/com/android/server/slice/
DSliceManagerService.java137 private void onStopUser(int userId) { in onStopUser() method in SliceManagerService
692 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java296 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
310 void onStopUser(@UserIdInt int userId) { in onStopUser() method in TextServicesManagerService
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java161 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
233 void onStopUser(int userHandle) { in onStopUser() method in ContentService
234 if (mSyncManager != null) mSyncManager.onStopUser(userHandle); in onStopUser()
DSyncManager.java836 public void onStopUser(int userId) { in onStopUser() method in SyncManager
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java134 mUsbService.onStopUser(userInfo.getUserHandle()); in onUserStopping()
269 private void onStopUser(@NonNull UserHandle stoppedUser) { in onStopUser() method in UsbService
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java1564 verify(backupManagerService).onStopUser(UserHandle.USER_SYSTEM); in testOnStopUser_forwards()