Home
last modified time | relevance | path

Searched refs:onUserSwitching (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/app/
H A 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
H A DIUserSwitchObserver.aidl23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching() method
H A DUserSwitchObserver.java33 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() method in UserSwitchObserver
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuControllerTest.java151 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitching_destroyWidget()
166 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()
181 mKeyguardCallback.onUserSwitching(fakeUserId); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetService.java59 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in AppWidgetService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DContextHubSystemService.java58 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in ContextHubSystemService
H A DBluetoothService.java59 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in BluetoothService
H A DSystemServiceManager.java318 public void onUserSwitching(@UserIdInt int from, @UserIdInt int to) { in onUserSwitching() method in SystemServiceManager
403 service.onUserSwitching(prevUser, curUser); in onUser()
H A DSystemService.java374 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in SystemService
H A DPinnerService.java231 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in PinnerService
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiService.java62 public void onUserSwitching(TargetUser from, TargetUser to) { in onUserSwitching() method in WifiService
/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/
H A DCarServiceHelperServiceTest.java152 mHelper.onUserSwitching(newTargetUser(currentUserId), in testOnUserSwitching_notifiesICar()
161 mHelper.onUserSwitching(newTargetUser(10), newTargetUser(11, /* preCreated= */ true)); in testOnUserSwitching_preCreatedDoesntNotifyICar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java133 public void onUserSwitching(int userId) { } in onUserSwitching() method in KeyguardUpdateMonitorCallback
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuController.java77 public void onUserSwitching(int userId) {
/aosp12/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerService.java532 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in GameManagerService.Lifecycle
533 mService.onUserSwitching(from, to.getUserIdentifier()); in onUserSwitching()
725 void onUserSwitching(TargetUser from, int toUserId) { in onUserSwitching() method in GameManagerService
/aosp12/frameworks/base/services/api/
H A Dcurrent.txt18 …method public void onUserSwitching(@Nullable com.android.server.SystemService.TargetUser, @NonNull…
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java280 }).when(observer).onUserSwitching(anyInt(), any()); in testDispatchUserSwitch()
292 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitch()
322 verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any()); in testDispatchUserSwitchBadReceiver()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DAttentionDetector.java431 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching() method in AttentionDetector.UserSwitchObserver
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java146 public void onUserSwitching(int newUserId) throws RemoteException {}
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherController.java106 public void onUserSwitching(int userId) {
/aosp12/frameworks/base/apex/media/service/java/com/android/server/media/
H A DMediaCommunicationService.java100 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in MediaCommunicationService
/aosp12/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java128 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in MediaProjectionManagerService
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DCarServiceHelperService.java393 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in CarServiceHelperService
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java686 public void onUserSwitching(@Nullable TargetUser from, @NonNull TargetUser to) { in onUserSwitching() method in CameraServiceProxy
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java546 public void onUserSwitching(int newUserId) throws RemoteException {

12