Home
last modified time | relevance | path

Searched defs:onForegroundProfileSwitch (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DIUserSwitchObserver.aidl26 void onForegroundProfileSwitch(int newProfileId); in onForegroundProfileSwitch() method
H A DUserSwitchObserver.java46 public void onForegroundProfileSwitch(int newProfileId) throws RemoteException {} in onForegroundProfileSwitch() method in UserSwitchObserver
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java796 public void onForegroundProfileSwitch(@UserIdInt int newProfileId) throws RemoteException { in onForegroundProfileSwitch() method in PowerManagerService.ForegroundProfileObserver