Home
last modified time | relevance | path

Searched defs:onUserInfoChanged (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoController.java26 public void onUserInfoChanged(String name, Drawable picture, String userAccount); in onUserInfoChanged() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserTile.java122 public void onUserInfoChanged(String name, Drawable picture, String userAccount) { in onUserInfoChanged() method in UserTile
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFooterActionsView.kt148 fun onUserInfoChanged(picture: Drawable?, isGuestUser: Boolean) { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java156 public void onUserInfoChanged(int userId) { } in onUserInfoChanged() method in KeyguardUpdateMonitorCallback
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java336 void onUserInfoChanged(Drawable picture) { in onUserInfoChanged() method in KeyguardStatusBarView