Searched refs:onUser (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemServiceManager.java | 296 onUser(t, USER_STARTING, /* prevUser= */ null, targetUser); in onUserStarting() 304 onUser(USER_UNLOCKING, userId); in onUserUnlocking() 312 onUser(USER_UNLOCKED, userId); in onUserUnlocked() 339 onUser(TimingsTraceAndSlog.newAsyncLog(), USER_SWITCHING, prevUser, curUser); in onUserSwitching() 347 onUser(USER_STOPPING, userId); in onUserStopping() 355 onUser(USER_STOPPED, userId); in onUserStopped() 363 private void onUser(@NonNull String onWhat, @UserIdInt int userId) { in onUser() method in SystemServiceManager 364 onUser(TimingsTraceAndSlog.newAsyncLog(), onWhat, /* prevUser= */ null, in onUser() 368 private void onUser(@NonNull TimingsTraceAndSlog t, @NonNull String onWhat, in onUser() method in SystemServiceManager
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 3176 HSPLcom/android/server/SystemServiceManager;->onUser(Lcom/android/server/utils/TimingsTraceAndSlog;… 3177 PLcom/android/server/SystemServiceManager;->onUser(Ljava/lang/String;I)V
|