Searched refs:onUserProfilesChanged (Results 1 – 5 of 5) sorted by relevance
38 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
298 void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController301 listener.onUserProfilesChanged(profiles); in onUserProfilesChanged()388 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController.ShellInterfaceImpl390 ShellController.this.onUserProfilesChanged(profiles)); in onUserProfilesChanged()
66 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
213 mController.onUserProfilesChanged(profiles); in testUserProfilesChanged()500 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellControllerTest.TestUserChangeListener
170 mShell.onUserProfilesChanged(profiles);