Searched refs:onUserProfilesChanged (Results 1 – 5 of 5) sorted by relevance
255 void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController258 listener.onUserProfilesChanged(profiles); in onUserProfilesChanged()330 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController.ShellInterfaceImpl332 ShellController.this.onUserProfilesChanged(profiles)); in onUserProfilesChanged()
38 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
65 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
168 mController.onUserProfilesChanged(profiles); in testUserProfilesChanged()455 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellControllerTest.TestUserChangeListener
160 mShell.onUserProfilesChanged(profiles);