Home
last modified time | relevance | path

Searched refs:onUserSwitchComplete (Results 1 – 17 of 17) 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.java65 public void onUserSwitchComplete(int userId) {
DKeyguardStatusView.java114 public void onUserSwitchComplete(int userId) {
DKeyguardUpdateMonitor.java1581 public void onUserSwitchComplete(int newUserId) throws RemoteException { in KeyguardUpdateMonitor()
1968 cb.onUserSwitchComplete(userId); in handleUserSwitchComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java159 public void onUserSwitchComplete(int userId) {
DPhoneStatusBarPolicy.java485 public void onUserSwitchComplete(int newUserId) throws RemoteException {
DKeyguardBottomAreaView.java697 public void onUserSwitchComplete(int userId) {
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java377 verify(observer, times(1)).onUserSwitchComplete(anyInt()); in testDispatchUserSwitchComplete()
378 verify(observer).onUserSwitchComplete(TEST_USER_ID); in testDispatchUserSwitchComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java133 public void onUserSwitchComplete(int newUserId) throws RemoteException {
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java369 public void onUserSwitchComplete(int newUserId) throws RemoteException { in registerUserSwitchObserver()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java901 public void onUserSwitchComplete(int newUserId) { in BiometricService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java392 public void onUserSwitchComplete(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1416 mUserSwitchObservers.getBroadcastItem(i).onUserSwitchComplete(userId);
DActivityManagerShellCommand.java1724 public void onUserSwitchComplete(int newUserId) {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6981 Landroid/app/IUserSwitchObserver$Stub$Proxy;->onUserSwitchComplete(I)V
6991 Landroid/app/IUserSwitchObserver;->onUserSwitchComplete(I)V
9497 Landroid/app/UserSwitchObserver;->onUserSwitchComplete(I)V