Home
last modified time | relevance | path

Searched refs:onUserProfilesChanged (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellController.java255 void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController
258 listener.onUserProfilesChanged(profiles); in onUserProfilesChanged()
330 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController.ShellInterfaceImpl
332 ShellController.this.onUserProfilesChanged(profiles)); in onUserProfilesChanged()
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
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
H A DShellControllerTest.java168 mController.onUserProfilesChanged(profiles); in testUserProfilesChanged()
455 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellControllerTest.TestUserChangeListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java160 mShell.onUserProfilesChanged(profiles);