Home
last modified time | relevance | path

Searched refs:onUserSwitchComplete (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
DUserSwitchObserver.java40 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() method in UserSwitchObserver
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java126 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback
DKeyguardHostView.java67 public void onUserSwitchComplete(int userId) {
DKeyguardStatusView.java113 public void onUserSwitchComplete(int userId) {
DKeyguardUpdateMonitor.java1818 public void onUserSwitchComplete(int newUserId) throws RemoteException {
2242 cb.onUserSwitchComplete(userId); in handleUserSwitchComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java275 public void onUserSwitchComplete(int userId) { in onUserSwitchComplete() method in KeyguardStateControllerImpl.UpdateMonitorCallback
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java387 verify(observer, times(1)).onUserSwitchComplete(anyInt()); in testDispatchUserSwitchComplete()
388 verify(observer).onUserSwitchComplete(TEST_USER_ID); in testDispatchUserSwitchComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java147 public void onUserSwitchComplete(int newUserId) throws RemoteException {
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java685 public void onUserSwitchComplete(int newUserId) throws RemoteException { in registerUserSwitchObserver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java832 public void onUserSwitchComplete(int userId) { in onUserSwitchComplete() method in KeyguardIndicationController.BaseKeyguardCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java511 public void onUserSwitchComplete(int newUserId) throws RemoteException {
DKeyguardBottomAreaView.java709 public void onUserSwitchComplete(int userId) {
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1016 public void onUserSwitchComplete(int newUserId) { in BiometricService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java414 public void onUserSwitchComplete(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1648 mUserSwitchObservers.getBroadcastItem(i).onUserSwitchComplete(userId);
DActivityManagerShellCommand.java1777 public void onUserSwitchComplete(int newUserId) {
/frameworks/base/services/
Dart-profile11535 PLcom/android/server/biometrics/BiometricService$3;->onUserSwitchComplete(I)V