Searched defs:onUserInfoChanged (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserInfoController.java | 26 public void onUserInfoChanged(String name, Drawable picture, String userAccount); in onUserInfoChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | UserTile.java | 104 public void onUserInfoChanged(String name, Drawable picture, String userAccount) { in onUserInfoChanged() method in UserTile
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardStatusBarView.java | 215 public void onUserInfoChanged(String name, Drawable picture, String userAccount) { in onUserInfoChanged() method in KeyguardStatusBarView
|
D | LockIcon.java | 86 public void onUserInfoChanged(String name, Drawable picture, String userAccount) { in onUserInfoChanged() method in LockIcon
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorCallback.java | 128 public void onUserInfoChanged(int userId) { } in onUserInfoChanged() method in KeyguardUpdateMonitorCallback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFooter.java | 428 public void onUserInfoChanged(String name, Drawable picture, String userAccount) { in onUserInfoChanged() method in QSFooter
|