Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appbinding/
H A DAppBindingService.java140 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
298 private void onStopUser(int userId) { in onStopUser() method in AppBindingService
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java396 void onStopUser(int userId) { in onStopUser() method in BackupManagerService
497 onStopUser(userId); in setBackupServiceActive()
1620 sInstance.onStopUser(user.getUserIdentifier()); in onUserStopping()
/aosp12/frameworks/base/services/core/java/com/android/server/slice/
H A DSliceManagerService.java138 private void onStopUser(int userId) { in onStopUser() method in SliceManagerService
686 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java120 mUsbService.onStopUser(userInfo.getUserHandle()); in onUserStopping()
234 private void onStopUser(@NonNull UserHandle stoppedUser) { in onStopUser() method in UsbService
/aosp12/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java295 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
309 void onStopUser(@UserIdInt int userId) { in onStopUser() method in TextServicesManagerService
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java140 mService.onStopUser(user.getUserIdentifier()); in onUserStopping()
213 void onStopUser(int userHandle) { in onStopUser() method in ContentService
214 if (mSyncManager != null) mSyncManager.onStopUser(userHandle); in onStopUser()
H A DSyncManager.java733 public void onStopUser(int userId) { in onStopUser() method in SyncManager
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DMultiClientInputMethodManagerService.java276 OnWorkerThreadCallback::onStopUser, mOnWorkerThreadCallback, in onUserStopping()
388 void onStopUser(@UserIdInt int userId) { in onStopUser() method in MultiClientInputMethodManagerService.OnWorkerThreadCallback
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerServiceRoboTest.java1611 verify(backupManagerService).onStopUser(UserHandle.USER_SYSTEM); in testOnStopUser_forwards()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java280 mStorageManagerService.onStopUser(user.getUserIdentifier()); in onUserStopping()
1263 private void onStopUser(int userId) { in onStopUser() method in StorageManagerService
/aosp12/frameworks/base/services/
H A Dart-profile3029 PLcom/android/server/StorageManagerService;->onStopUser(I)V
9569 PLcom/android/server/appbinding/AppBindingService;->onStopUser(I)V
12811 PLcom/android/server/backup/BackupManagerService;->lambda$onStopUser$1$BackupManagerService(I)V
12817 PLcom/android/server/backup/BackupManagerService;->onStopUser(I)V
15495 PLcom/android/server/content/ContentService;->onStopUser(I)V
15763 PLcom/android/server/content/SyncManager;->lambda$onStopUser$3$SyncManager(I)V
15773 PLcom/android/server/content/SyncManager;->onStopUser(I)V
37983 PLcom/android/server/slice/SliceManagerService;->lambda$onStopUser$0(ILcom/android/server/slice/Pin…
37985 PLcom/android/server/slice/SliceManagerService;->onStopUser(I)V
39734 PLcom/android/server/textservices/TextServicesManagerService;->onStopUser(I)V
[all …]