Home
last modified time | relevance | path

Searched defs:onUserChanged (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java88 default void onUserChanged(int userId) {} in onUserChanged() method
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java267 private void onUserChanged() { in onUserChanged() method in FusedLocationProvider
/frameworks/base/services/core/java/com/android/server/location/
DUserInfoHelper.java71 void onUserChanged(@UserIdInt int userId, @UserChange int change); in onUserChanged() method
DLocationManagerService.java635 private void onUserChanged(@UserIdInt int userId, @UserChange int change) { in onUserChanged() method in LocationManagerService
/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