Home
last modified time | relevance | path

Searched defs:onUserSwitchComplete (Results 1 – 3 of 3) 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/keyguard/
DKeyguardUpdateMonitorCallback.java126 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback