/frameworks/base/core/java/android/app/ |
D | SynchronousUserSwitchObserver.java | 34 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
|
D | IUserSwitchObserver.aidl | 23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching() method
|
D | UserSwitchObserver.java | 33 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() method in UserSwitchObserver
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorCallback.java | 121 public void onUserSwitching(int userId) { } in onUserSwitching() method in KeyguardUpdateMonitorCallback
|
D | KeyguardUpdateMonitor.java | 1576 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/ |
D | UserControllerTest.java | 265 }).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/ |
D | AttentionDetector.java | 347 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching() method in AttentionDetector.UserSwitchObserver
|
D | PowerManagerService.java | 555 public void onUserSwitching(int newUserId) throws RemoteException {} in onUserSwitching() method in PowerManagerService.ForegroundProfileObserver
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | InstantAppNotifier.java | 130 public void onUserSwitching(int newUserId) throws RemoteException {}
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 480 public void onUserSwitching(int newUserId) throws RemoteException {
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 1326 public void onUserSwitching(int newUserId) throws RemoteException { in listenForUserSwitches()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 174 public void onUserSwitching(int newUserId, IRemoteCallback reply) in initializeCarrierApps()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 375 public void onUserSwitching(int userId) {
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 1517 mUserSwitchObservers.getBroadcastItem(i).onUserSwitching(newUserId, callback);
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 1746 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in systemReady()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 6982 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
|