Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
DUserSwitchObserver.java40 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() method in UserSwitchObserver
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java275 public void onUserSwitchComplete(int userId) { in onUserSwitchComplete() method in KeyguardStateControllerImpl.UpdateMonitorCallback
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java126 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java860 public void onUserSwitchComplete(int userId) { in onUserSwitchComplete() method in KeyguardIndicationController.BaseKeyguardCallback