Home
last modified time | relevance | path

Searched refs:onStartUser (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appbinding/
H A DAppBindingService.java130 mService.onStartUser(user.getUserIdentifier()); in onUserStarting()
277 private void onStartUser(int userId) { in onStartUser() method in AppBindingService
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerService.java304 onStartUser(UserHandle.USER_SYSTEM); in OverlayManagerService()
337 onStartUser(user.getUserIdentifier()); in onUserStarting()
340 private void onStartUser(@UserIdInt int newUserId) { in onStartUser() method in OverlayManagerService
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPermissionPolicyService.java425 onStartUser(userId); in onBootPhase()
542 onStartUser(user.getUserIdentifier()); in onUserStarting()
545 private void onStartUser(@UserIdInt int userId) { in onStartUser() method in PermissionPolicyService
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java151 mService.onStartUser(user.getUserIdentifier()); in onUserStarting()
225 void onStartUser(int userHandle) { in onStartUser() method in ContentService
226 if (mSyncManager != null) mSyncManager.onStartUser(userHandle); in onStartUser()
H A DSyncManager.java794 public void onStartUser(int userId) { in onStartUser() method in SyncManager
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java321 mLockSettingsService.onStartUser(user.getUserIdentifier()); in onUserStarting()
765 private void onStartUser(final int userId) { in onStartUser() method in LockSettingsService