/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/ |
D | UserInfoHelperTest.java | 96 verify(listener, times(1)).onUserChanged(USER1_ID, UserListener.CURRENT_USER_CHANGED); in testListener_SwitchUser() 97 verify(listener, times(1)).onUserChanged(USER1_MANAGED_ID, in testListener_SwitchUser() 99 verify(listener, times(1)).onUserChanged(USER2_ID, UserListener.CURRENT_USER_CHANGED); in testListener_SwitchUser() 100 verify(listener, times(1)).onUserChanged(USER2_MANAGED_ID, in testListener_SwitchUser() 104 verify(listener, times(2)).onUserChanged(USER2_ID, UserListener.CURRENT_USER_CHANGED); in testListener_SwitchUser() 105 verify(listener, times(2)).onUserChanged(USER2_MANAGED_ID, in testListener_SwitchUser() 107 verify(listener, times(2)).onUserChanged(USER1_ID, UserListener.CURRENT_USER_CHANGED); in testListener_SwitchUser() 108 verify(listener, times(2)).onUserChanged(USER1_MANAGED_ID, in testListener_SwitchUser() 118 verify(listener).onUserChanged(USER1_ID, UserListener.USER_STARTED); in testListener_StartUser() 121 verify(listener).onUserChanged(USER1_MANAGED_ID, UserListener.USER_STARTED); in testListener_StartUser() [all …]
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | UserInfoHelper.java | 71 void onUserChanged(@UserIdInt int userId, @UserChange int change); in onUserChanged() method 119 listener.onUserChanged(userId, USER_STARTED); in dispatchOnUserStarted() 129 listener.onUserChanged(userId, USER_STOPPED); in dispatchOnUserStopped() 144 listener.onUserChanged(userId, CURRENT_USER_CHANGED); in dispatchOnCurrentUserChanged() 150 listener.onUserChanged(userId, CURRENT_USER_CHANGED); in dispatchOnCurrentUserChanged()
|
D | LocationManagerService.java | 354 mUserInfoHelper.addListener(this::onUserChanged); in onSystemReady() 374 onUserChanged(userId, USER_STARTED); in onSystemReady() 635 private void onUserChanged(@UserIdInt int userId, @UserChange int change) { in onUserChanged() method in LocationManagerService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManager.java | 88 default void onUserChanged(int userId) {} in onUserChanged() method
|
D | NotificationLockscreenUserManagerImpl.java | 138 listener.onUserChanged(mCurrentUserId);
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
D | FusedLocationProvider.java | 147 onUserChanged(); in FusedLocationProvider() 267 private void onUserChanged() { in onUserChanged() method in FusedLocationProvider
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassController.kt | 112 override fun onUserChanged(userId: Int) { in onUserChanged() method in com.android.systemui.statusbar.phone.KeyguardBypassController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
D | PeopleHubNotificationListener.kt | 177 override fun onUserChanged(userId: Int) = updateUi() in extractPersonKey() method
|
/frameworks/base/services/core/java/com/android/server/display/color/ |
D | ColorDisplayService.java | 238 @VisibleForTesting void onUserChanged(int userHandle) { in onUserChanged() method in ColorDisplayService 1430 onUserChanged(msg.arg1); in handleMessage()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 311 mUserChangedListener.onUserChanged(0); in testOnStatePostChange_verifyIfProfileIsPublic()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/ |
D | ColorDisplayServiceTest.java | 1241 mCds.onUserChanged(mUserId); in startService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 454 public void onUserChanged(int newUserId) { in BubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 356 public void onUserChanged(int userId) {
|
/frameworks/base/services/ |
D | art-profile | 15856 HSPLcom/android/server/display/color/ColorDisplayService;->onUserChanged(I)V 17208 …d/server/location/-$$Lambda$LocationManagerService$r1HQs34pMDdwthhOWsKVe7pybhc;->onUserChanged(II)V 17739 HSPLcom/android/server/location/LocationManagerService;->onUserChanged(II)V 17948 HSPLcom/android/server/location/UserInfoHelper;->onUserChanged(II)V
|