Home
last modified time | relevance | path

Searched defs:onUserSwitching (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DSynchronousUserSwitchObserver.java34 public final void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() method in SynchronousUserSwitchObserver
47 public abstract void onUserSwitching(int newUserId) throws RemoteException; in onUserSwitching() method in SynchronousUserSwitchObserver
DIUserSwitchObserver.aidl23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching() method
DUserSwitchObserver.java27 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() method in UserSwitchObserver
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java111 public void onUserSwitching(int userId) { } in onUserSwitching() method in KeyguardUpdateMonitorCallback