Home
last modified time | relevance | path

Searched defs:onUserSwitching (Results 1 – 6 of 6) 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
DUserSwitchObserver.java28 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() method in UserSwitchObserver
DIUserSwitchObserver.aidl23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching() method
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java345 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching() method in AttentionDetector.UserSwitchObserver
DPowerManagerService.java547 public void onUserSwitching(int newUserId) throws RemoteException {} in onUserSwitching() method in PowerManagerService.ForegroundProfileObserver
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java121 public void onUserSwitching(int userId) { } in onUserSwitching() method in KeyguardUpdateMonitorCallback