Home
last modified time | relevance | path

Searched refs:onUserInfoChanged (Results 1 – 10 of 10) 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
H A DUserInfoControllerImpl.java83 callback.onUserInfoChanged(mUserName, mUserDrawable, mUserAccount); in addCallback()
213 listener.onUserInfoChanged(mUserName, mUserDrawable, mUserAccount); in notifyChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java156 public void onUserInfoChanged(int userId) { } in onUserInfoChanged() method in KeyguardUpdateMonitorCallback
H A DKeyguardUpdateMonitor.java1737 cb.onUserInfoChanged(userId); in handleUserInfoChanged()
/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
H A DFooterActionsController.kt83 mView.onUserInfoChanged(picture, isGuestUser)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java139 (name, picture, userAccount) -> mView.onUserInfoChanged(picture);
H A DKeyguardStatusBarView.java336 void onUserInfoChanged(Drawable picture) { in onUserInfoChanged() method in KeyguardStatusBarView
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java533 public void onUserInfoChanged(int userId) {