Home
last modified time | relevance | path

Searched defs:onUserSwitchComplete (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl25 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
DUserSwitchObserver.java43 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() method in UserSwitchObserver
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DViewConfigCoordinator.kt61 override fun onUserSwitchComplete(userId: Int) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.ViewConfigCoordinator
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java121 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback
DClockEventController.kt363 override fun onUserSwitchComplete(userId: Int) { in <lambda>() method in com.android.keyguard.ClockEventController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java426 public void onUserSwitchComplete(int userId) { in onUserSwitchComplete() method in KeyguardStateControllerImpl.UpdateMonitorCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DUserTrackerImpl.kt213 override fun onUserSwitchComplete(newUserId: Int) { in <lambda>() method
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DClockRegistry.kt269 override fun onUserSwitchComplete(newUserId: Int) { in onUserSwitchComplete() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1514 public void onUserSwitchComplete(int userId) { in onUserSwitchComplete() method in KeyguardIndicationController.BaseKeyguardCallback
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java2571 public void onUserSwitchComplete(int newUserId) { in onUserSwitchComplete() method in GracePeriodObserver