Searched defs:onUserProfilesChanged (Results 1 – 6 of 6) sorted by relevance
38 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
66 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
313 void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController403 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController.ShellInterfaceImpl
60 override fun onUserProfilesChanged(profiles: List<UserInfo>) { in onInit() method
125 override fun onUserProfilesChanged(profiles: MutableList<UserInfo>) { in <lambda>() method
500 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellControllerTest.TestUserChangeListener