Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/
DSystemService.java395 public void onStopUser(@UserIdInt int userId) {} in onStopUser() method in SystemService
404 public void onStopUser(@NonNull UserInfo user) { in onStopUser() method in SystemService
405 onStopUser(user.id); in onStopUser()
423 onStopUser(user.getUserInfo()); in onUserStopping()
DStorageManagerService.java287 public void onStopUser(int userHandle) { in onStopUser() method in StorageManagerService.Lifecycle
288 mStorageManagerService.onStopUser(userHandle); in onStopUser()
1230 private void onStopUser(int userId) { in onStopUser() method in StorageManagerService
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetService.java52 public void onStopUser(int userHandle) { in onStopUser() method in AppWidgetService
/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingService.java138 public void onStopUser(int userHandle) { in onStopUser() method in AppBindingService.Lifecycle
139 mService.onStopUser(userHandle); in onStopUser()
297 private void onStopUser(int userId) { in onStopUser() method in AppBindingService
/frameworks/base/services/core/java/com/android/server/slice/
DSliceManagerService.java133 private void onStopUser(int userId) { in onStopUser() method in SliceManagerService
623 public void onStopUser(int userHandle) { in onStopUser() method in SliceManagerService.Lifecycle
624 mService.onStopUser(userHandle); in onStopUser()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java393 void onStopUser(int userId) { in onStopUser() method in BackupManagerService
494 onStopUser(userId); in setBackupServiceActive()
1609 public void onStopUser(int userId) { in onStopUser() method in BackupManagerService.Lifecycle
1610 sInstance.onStopUser(userId); in onStopUser()
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java290 public void onStopUser(@UserIdInt int userHandle) { in onStopUser() method in TextServicesManagerService.Lifecycle
294 mService.onStopUser(userHandle); in onStopUser()
308 void onStopUser(@UserIdInt int userId) { in onStopUser() method in TextServicesManagerService
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java139 public void onStopUser(int userHandle) { in onStopUser() method in ContentService.Lifecycle
140 mService.onStopUser(userHandle); in onStopUser()
213 void onStopUser(int userHandle) { in onStopUser() method in ContentService
214 if (mSyncManager != null) mSyncManager.onStopUser(userHandle); in onStopUser()
DSyncManager.java752 public void onStopUser(int userId) { in onStopUser() method in SyncManager
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java120 mUsbService.onStopUser(userInfo.getUserHandle()); in onUserStopping()
234 private void onStopUser(@NonNull UserHandle stoppedUser) { in onStopUser() method in UsbService
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java265 public void onStopUser(@UserIdInt int userId) { in onStopUser() method in MultiClientInputMethodManagerService.Lifecycle
267 OnWorkerThreadCallback::onStopUser, mOnWorkerThreadCallback, userId)); in onStopUser()
378 void onStopUser(@UserIdInt int userId) { in onStopUser() method in MultiClientInputMethodManagerService.OnWorkerThreadCallback
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java228 public void onStopUser(int userHandle) { in onStopUser() method in ColorDisplayService
229 super.onStopUser(userHandle); in onStopUser()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java1607 lifecycle.onStopUser(UserHandle.USER_SYSTEM); in testOnStopUser_forwards()
1609 verify(backupManagerService).onStopUser(UserHandle.USER_SYSTEM); in testOnStopUser_forwards()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java310 public void onStopUser(@NonNull UserInfo userInfo) { in onStopUser() method in UsageStatsService
315 super.onStopUser(userInfo); in onStopUser()
330 super.onStopUser(userInfo); in onStopUser()
/frameworks/base/services/print/java/com/android/server/print/
DPrintManagerService.java109 public void onStopUser(int userHandle) { in onStopUser() method in PrintManagerService
/frameworks/base/services/core/java/com/android/server/policy/
DPermissionPolicyService.java376 public void onStopUser(@UserIdInt int userId) { in onStopUser() method in PermissionPolicyService
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java138 public void onStopUser(int userId) { in onStopUser() method in TextClassificationManagerService.Lifecycle
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java837 public void onStopUser(int userHandle) { in onStopUser() method in VrManagerService
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1065 public void onStopUser(@UserIdInt int userId) { in onStopUser() method
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java993 public void onStopUser(int userHandle) {
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java605 public void onStopUser(int userHandle) { in onStopUser() method in ShortcutService.Lifecycle
DUserManagerService.java578 public void onStopUser(@UserIdInt int userId) { in onStopUser() method in UserManagerService.LifeCycle
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java169 public void onStopUser(int userHandle) { in onStopUser() method in AccountManagerService.Lifecycle
/frameworks/base/services/
Dart-profile3281 PLcom/android/server/StorageManagerService$Lifecycle;->onStopUser(I)V
3417 PLcom/android/server/StorageManagerService;->onStopUser(I)V
3506 PLcom/android/server/SystemService;->onStopUser(I)V
3507 PLcom/android/server/SystemService;->onStopUser(Landroid/content/pm/UserInfo;)V
5076 PLcom/android/server/accounts/AccountManagerService$Lifecycle;->onStopUser(I)V
7961 PLcom/android/server/appbinding/AppBindingService$Lifecycle;->onStopUser(I)V
7985 PLcom/android/server/appbinding/AppBindingService;->onStopUser(I)V
8504 PLcom/android/server/appwidget/AppWidgetService;->onStopUser(I)V
10701 PLcom/android/server/backup/BackupManagerService$Lifecycle;->onStopUser(I)V
10760 PLcom/android/server/backup/BackupManagerService;->lambda$onStopUser$1$BackupManagerService(I)V
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6447 mService.onStopUser(ui); in testOnStopUser()

12