Searched refs:onUser (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | SystemServiceManager.java | 409 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/ |
D | art-wear-profile | 2937 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
|
D | art-profile | 136 HSPLcom/android/server/SystemServiceManager;->onUser(Lcom/android/server/utils/TimingsTraceAndSlog;…
|