Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DUserChangeListener.java38 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
DShellController.java298 void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController
301 listener.onUserProfilesChanged(profiles); in onUserProfilesChanged()
388 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellController.ShellInterfaceImpl
390 ShellController.this.onUserProfilesChanged(profiles)); in onUserProfilesChanged()
DShellInterface.java66 default void onUserProfilesChanged(@NonNull List<UserInfo> profiles) {} in onUserProfilesChanged() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
DShellControllerTest.java213 mController.onUserProfilesChanged(profiles); in testUserProfilesChanged()
500 public void onUserProfilesChanged(@NonNull List<UserInfo> profiles) { in onUserProfilesChanged() method in ShellControllerTest.TestUserChangeListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShell.java170 mShell.onUserProfilesChanged(profiles);