Home
last modified time | relevance | path

Searched refs:onUserSwitching (Results 1 – 14 of 14) 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.java27 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() method in UserSwitchObserver
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java112 public void onUserSwitching(int userId) { } in onUserSwitching() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java1215 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in KeyguardUpdateMonitor()
1396 cb.onUserSwitching(userId); in handleUserSwitching()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java197 }).when(observer).onUserSwitching(anyInt(), any()); in testDispatchUserSwitch()
209 Mockito.verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitch()
239 Mockito.verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitchBadReceiver()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java147 public void onUserSwitching(int newUserId, IRemoteCallback reply) in initializeCarrierApps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java680 public void onUserSwitching(int newUserId) throws RemoteException {
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java1571 public void onUserSwitching(int newUserId) throws RemoteException { in listenForUserSwitches()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java357 public void onUserSwitching(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1357 mUserSwitchObservers.getBroadcastItem(i).onUserSwitching(newUserId, callback);
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1391 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in systemReady()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java537 public void onUserSwitching(int newUserId) throws RemoteException {} in onUserSwitching() method in PowerManagerService.ForegroundProfileObserver
/frameworks/base/config/
Dboot-image-profile.txt14670 HSPLandroid/app/IUserSwitchObserver;->onUserSwitching(ILandroid/os/IRemoteCallback;)V