Home
last modified time | relevance | path

Searched refs:newProfileId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl25 void onForegroundProfileSwitch(int newProfileId); in onForegroundProfileSwitch() argument
DUserSwitchObserver.java43 public void onForegroundProfileSwitch(int newProfileId) throws RemoteException {} in onForegroundProfileSwitch() argument
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java558 public void onForegroundProfileSwitch(@UserIdInt int newProfileId) throws RemoteException { in onForegroundProfileSwitch() argument
561 mForegroundProfile = newProfileId; in onForegroundProfileSwitch()