Home
last modified time | relevance | path

Searched refs:onUserSwitching (Results 1 – 16 of 16) 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
36 onUserSwitching(newUserId); in onUserSwitching()
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.java33 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() method in UserSwitchObserver
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java121 public void onUserSwitching(int userId) { } in onUserSwitching() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java1576 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in KeyguardUpdateMonitor()
1952 cb.onUserSwitching(userId); in handleUserSwitching()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java265 }).when(observer).onUserSwitching(anyInt(), any()); in testDispatchUserSwitch()
277 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitch()
307 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitchBadReceiver()
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java347 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching() method in AttentionDetector.UserSwitchObserver
DPowerManagerService.java555 public void onUserSwitching(int newUserId) throws RemoteException {} in onUserSwitching() method in PowerManagerService.ForegroundProfileObserver
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java130 public void onUserSwitching(int newUserId) throws RemoteException {}
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java480 public void onUserSwitching(int newUserId) throws RemoteException {
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java1326 public void onUserSwitching(int newUserId) throws RemoteException { in listenForUserSwitches()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java174 public void onUserSwitching(int newUserId, IRemoteCallback reply) in initializeCarrierApps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java375 public void onUserSwitching(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1517 mUserSwitchObservers.getBroadcastItem(i).onUserSwitching(newUserId, callback);
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1746 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in systemReady()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6982 Landroid/app/IUserSwitchObserver$Stub$Proxy;->onUserSwitching(ILandroid/os/IRemoteCallback;)V
6992 Landroid/app/IUserSwitchObserver;->onUserSwitching(ILandroid/os/IRemoteCallback;)V
9012 Landroid/app/SynchronousUserSwitchObserver;->onUserSwitching(I)V
9013 Landroid/app/SynchronousUserSwitchObserver;->onUserSwitching(ILandroid/os/IRemoteCallback;)V
9498 Landroid/app/UserSwitchObserver;->onUserSwitching(ILandroid/os/IRemoteCallback;)V