Home
last modified time | relevance | path

Searched refs:onUserChanged (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/
DUserInfoHelperTest.java96 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/
DUserInfoHelper.java71 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()
DLocationManagerService.java354 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/
DNotificationLockscreenUserManager.java88 default void onUserChanged(int userId) {} in onUserChanged() method
DNotificationLockscreenUserManagerImpl.java138 listener.onUserChanged(mCurrentUserId);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java147 onUserChanged(); in FusedLocationProvider()
267 private void onUserChanged() { in onUserChanged() method in FusedLocationProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt112 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/
DPeopleHubNotificationListener.kt177 override fun onUserChanged(userId: Int) = updateUi() in extractPersonKey() method
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java238 @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/
DNotificationStackScrollLayoutTest.java311 mUserChangedListener.onUserChanged(0); in testOnStatePostChange_verifyIfProfileIsPublic()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1241 mCds.onUserChanged(mUserId); in startService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java454 public void onUserChanged(int newUserId) { in BubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java356 public void onUserChanged(int userId) {
/frameworks/base/services/
Dart-profile15856 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