Home
last modified time | relevance | path

Searched refs:onUser (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java409 onUser(t, USER_STARTING, /* prevUser= */ null, targetUser); in onUserStarting()
417 onUser(USER_UNLOCKING, userId); in onUserUnlocking()
425 onUser(USER_UNLOCKED, userId); in onUserUnlocked()
453 onUser(TimingsTraceAndSlog.newAsyncLog(), USER_SWITCHING, prevUser, curUser); in onUserSwitching()
461 onUser(USER_STOPPING, userId); in onUserStopping()
469 onUser(USER_STOPPED, userId); in onUserStopped()
496 onUser(TimingsTraceAndSlog.newAsyncLog(), in onUserCompletedEvent()
503 private void onUser(@NonNull String onWhat, @UserIdInt int userId) { in onUser() method in SystemServiceManager
507 onUser(TimingsTraceAndSlog.newAsyncLog(), onWhat, /* prevUser= */ null, targetUser); in onUser()
510 private void onUser(@NonNull TimingsTraceAndSlog t, @NonNull String onWhat, in onUser() method in SystemServiceManager
[all …]
/frameworks/base/services/
Dart-wear-profile2937 PLcom/android/server/SystemServiceManager;->onUser(Lcom/android/server/utils/TimingsTraceAndSlog;Lj…
2938 HPLcom/android/server/SystemServiceManager;->onUser(Lcom/android/server/utils/TimingsTraceAndSlog;L…
2939 PLcom/android/server/SystemServiceManager;->onUser(Ljava/lang/String;I)V
Dart-profile136 HSPLcom/android/server/SystemServiceManager;->onUser(Lcom/android/server/utils/TimingsTraceAndSlog;…