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.java28 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.java1482 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in KeyguardUpdateMonitor()
1817 cb.onUserSwitching(userId); in handleUserSwitching()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java233 }).when(observer).onUserSwitching(anyInt(), any()); in testDispatchUserSwitch()
245 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitch()
275 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitchBadReceiver()
/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/systemui/statusbar/notification/
DInstantAppNotifier.java130 public void onUserSwitching(int newUserId) throws RemoteException {}
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java477 public void onUserSwitching(int newUserId) throws RemoteException {
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java1311 public void onUserSwitching(int newUserId) throws RemoteException { in listenForUserSwitches()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java168 public void onUserSwitching(int newUserId, IRemoteCallback reply) in initializeCarrierApps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java368 public void onUserSwitching(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1481 mUserSwitchObservers.getBroadcastItem(i).onUserSwitching(newUserId, callback);
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1725 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in systemReady()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7446 Landroid/app/IUserSwitchObserver$Stub$Proxy;->onUserSwitching(ILandroid/os/IRemoteCallback;)V
7458 Landroid/app/IUserSwitchObserver;->onUserSwitching(ILandroid/os/IRemoteCallback;)V
9616 Landroid/app/SynchronousUserSwitchObserver;->onUserSwitching(I)V
9617 Landroid/app/SynchronousUserSwitchObserver;->onUserSwitching(ILandroid/os/IRemoteCallback;)V
10146 Landroid/app/UserSwitchObserver;->onUserSwitching(ILandroid/os/IRemoteCallback;)V