Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl26 void onForegroundProfileSwitch(int newProfileId); in onForegroundProfileSwitch() argument
DUserSwitchObserver.java46 public void onForegroundProfileSwitch(int newProfileId) throws RemoteException {} in onForegroundProfileSwitch() argument
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryManagerTest.java193 int newProfileId = 99; in testAddProfile_historyEnabledInPrimary() local
195 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, newProfileId); in testAddProfile_historyEnabledInPrimary() local
201 userProfile.id = newProfileId; in testAddProfile_historyEnabledInPrimary()
212 mHistoryManager.onUserAdded(newProfileId); in testAddProfile_historyEnabledInPrimary()
213 mHistoryManager.onUserUnlocked(newProfileId); in testAddProfile_historyEnabledInPrimary()
214 assertThat(mHistoryManager.doesHistoryExistForUser(newProfileId)).isTrue(); in testAddProfile_historyEnabledInPrimary()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java827 public void onForegroundProfileSwitch(@UserIdInt int newProfileId) throws RemoteException { in onForegroundProfileSwitch() argument
830 mForegroundProfile = newProfileId; in onForegroundProfileSwitch()