Home
last modified time | relevance | path

Searched refs:onForegroundProfileSwitch (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl25 void onForegroundProfileSwitch(int newProfileId); in onForegroundProfileSwitch() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java440 public void onForegroundProfileSwitch(int newProfileId) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java165 public void onForegroundProfileSwitch(int newProfileId) throws RemoteException { in initializeCarrierApps()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java1013 public void onForegroundProfileSwitch(int newProfileId) { in listenForUserSwitches()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1002 mUserSwitchObservers.getBroadcastItem(i).onForegroundProfileSwitch(userId); in dispatchForegroundProfileChanged()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1040 public void onForegroundProfileSwitch(int newProfileId) { in KeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java910 public void onForegroundProfileSwitch(int newProfileId) { in systemReady()