/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 | 1812 public void onUserSwitching(int newUserId, IRemoteCallback reply) { 2225 cb.onUserSwitching(userId); in handleUserSwitching()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiService.java | 70 public void onUserSwitching(TargetUser from, TargetUser to) { in onUserSwitching() method in WifiService
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemService.java | 384 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in SystemService
|
D | SystemServiceManager.java | 340 service.onUserSwitching(prevUser, curUser); in onUser()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 273 }).when(observer).onUserSwitching(anyInt(), any()); in testDispatchUserSwitch() 285 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitch() 315 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitchBadReceiver()
|
/frameworks/base/services/api/ |
D | current.txt | 58 …method public void onUserSwitching(@Nullable com.android.server.SystemService.TargetUser, @NonNull…
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | AttentionDetector.java | 389 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching() method in AttentionDetector.UserSwitchObserver
|
D | PowerManagerService.java | 590 public void onUserSwitching(@UserIdInt int newUserId) throws RemoteException { in onUserSwitching() method in PowerManagerService.ForegroundProfileObserver
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | InstantAppNotifier.java | 144 public void onUserSwitching(int newUserId) throws RemoteException {}
|
/frameworks/opt/car/services/tests/src/com/android/internal/car/ |
D | CarHelperServiceTest.java | 436 mHelper.onUserSwitching(newTargetUser(currentUserId), in testOnUserSwitching_notifiesICar() 446 mHelper.onUserSwitching(newTargetUser(10), newTargetUser(11, /* preCreated= */ true)); in testOnUserSwitching_preCreatedDoesntNotifyICar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 506 public void onUserSwitching(int newUserId) throws RemoteException {
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbService.java | 113 public void onUserSwitching(TargetUser from, TargetUser to) { in onUserSwitching() method in UsbService.Lifecycle
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 1371 public void onUserSwitching(int newUserId) throws RemoteException { in listenForUserSwitches()
|
/frameworks/opt/car/services/src/com/android/internal/car/ |
D | CarServiceHelperService.java | 403 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in CarServiceHelperService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 397 public void onUserSwitching(int userId) {
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationManagerService.java | 177 public void onUserSwitching(TargetUser from, TargetUser to) { in onUserSwitching() method in LocationManagerService.Lifecycle
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 1751 mUserSwitchObservers.getBroadcastItem(i).onUserSwitching(newUserId, callback);
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 1749 public void onUserSwitching(int newUserId, IRemoteCallback reply) { in systemReady()
|
/frameworks/base/services/ |
D | art-profile | 3514 HPLcom/android/server/SystemService;->onUserSwitching(Lcom/android/server/SystemService$TargetUser;… 28328 PLcom/android/server/power/AttentionDetector$UserSwitchObserver;->onUserSwitching(I)V 28460 PLcom/android/server/power/PowerManagerService$ForegroundProfileObserver;->onUserSwitching(I)V 32600 PLcom/android/server/usb/UsbService$Lifecycle;->lambda$onUserSwitching$2$UsbService$Lifecycle(Lcom/… 32604 PLcom/android/server/usb/UsbService$Lifecycle;->onUserSwitching(Lcom/android/server/SystemService$T… 33306 PLcom/android/server/wallpaper/WallpaperManagerService$4;->onUserSwitching(ILandroid/os/IRemoteCall…
|