Searched refs:newProfileId (Results 1 – 4 of 4) sorted by relevance
26 void onForegroundProfileSwitch(int newProfileId); in onForegroundProfileSwitch() argument
46 public void onForegroundProfileSwitch(int newProfileId) throws RemoteException {} in onForegroundProfileSwitch() argument
193 int newProfileId = 99; in testAddProfile_historyEnabledInPrimary() local195 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, newProfileId); in testAddProfile_historyEnabledInPrimary() local201 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()
827 public void onForegroundProfileSwitch(@UserIdInt int newProfileId) throws RemoteException { in onForegroundProfileSwitch() argument830 mForegroundProfile = newProfileId; in onForegroundProfileSwitch()