Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
DUserSwitchObserver.java35 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.java64 public void onUserSwitchComplete(int userId) {
DKeyguardStatusView.java112 public void onUserSwitchComplete(int userId) {
DKeyguardUpdateMonitor.java1487 public void onUserSwitchComplete(int newUserId) throws RemoteException { in KeyguardUpdateMonitor()
1833 cb.onUserSwitchComplete(userId); in handleUserSwitchComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java141 public void onUserSwitchComplete(int userId) {
DPhoneStatusBarPolicy.java482 public void onUserSwitchComplete(int newUserId) throws RemoteException {
DKeyguardBottomAreaView.java696 public void onUserSwitchComplete(int userId) {
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java345 verify(observer, times(1)).onUserSwitchComplete(anyInt()); in testDispatchUserSwitchComplete()
346 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.java875 public void onUserSwitchComplete(int newUserId) { in BiometricService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java385 public void onUserSwitchComplete(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1384 mUserSwitchObservers.getBroadcastItem(i).onUserSwitchComplete(userId);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7445 Landroid/app/IUserSwitchObserver$Stub$Proxy;->onUserSwitchComplete(I)V
7457 Landroid/app/IUserSwitchObserver;->onUserSwitchComplete(I)V
10145 Landroid/app/UserSwitchObserver;->onUserSwitchComplete(I)V