Home
last modified time | relevance | path

Searched defs:onUserProfilesChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DUserChangeListener.java38 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
H A DShellInterface.java65 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
H A DShellController.java255 void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController
330 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController.ShellInterfaceImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
H A DShellControllerTest.java455 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellControllerTest.TestUserChangeListener