Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java116 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback
DKeyguardStatusView.java79 public void onUserSwitchComplete(int userId) {
DKeyguardHostView.java69 public void onUserSwitchComplete(int userId) {
DKeyguardUpdateMonitor.java1035 public void onUserSwitchComplete(int newUserId) throws RemoteException { in KeyguardUpdateMonitor()
1189 cb.onUserSwitchComplete(userId); in handleUserSwitchComplete()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java115 public void onUserSwitchComplete(int userId) {
DKeyguardBottomAreaView.java647 public void onUserSwitchComplete(int userId) {
DPhoneStatusBarPolicy.java427 public void onUserSwitchComplete(int newUserId) throws RemoteException {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java160 public void onUserSwitchComplete(int newUserId) { in initializeCarrierApps()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java1009 public void onUserSwitchComplete(int newUserId) throws RemoteException { in listenForUserSwitches()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java359 public void onUserSwitchComplete(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1015 mUserSwitchObservers.getBroadcastItem(i).onUserSwitchComplete(userId); in dispatchUserSwitchComplete()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java906 public void onUserSwitchComplete(int newUserId) throws RemoteException { in systemReady()