Searched refs:onUserSwitching (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSynchronousUserSwitchObserver.java30 * Calls {@link #onUserSwitching(int)} and notifies {@code reply} by calling
34 public final void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { method in class:SynchronousUserSwitchObserver
36 onUserSwitching(newUserId);
45 * Synchronous version of {@link IUserSwitchObserver#onUserSwitching(int, IRemoteCallback)}
47 public abstract void onUserSwitching(int newUserId) throws RemoteException; method in class:SynchronousUserSwitchObserver
H A DIUserSwitchObserver.aidl23 void onUserSwitching(int newUserId, IRemoteCallback reply);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java111 public void onUserSwitching(int userId) { } method in class:KeyguardUpdateMonitorCallback
H A DKeyguardUpdateMonitor.java1094 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
1259 cb.onUserSwitching(userId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java419 public void onUserSwitching(int newUserId) throws RemoteException {
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java1108 public void onUserSwitching(int newUserId) throws RemoteException {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java146 public void onUserSwitching(int newUserId, IRemoteCallback reply)
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java350 public void onUserSwitching(int userId) {
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1099 Slog.d(TAG, "Dispatch onUserSwitching oldUser #" + oldUserId + " newUser #" + newUserId);
1138 mUserSwitchObservers.getBroadcastItem(i).onUserSwitching(newUserId, callback);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java963 public void onUserSwitching(int newUserId, IRemoteCallback reply) {

Completed in 369 milliseconds