Home
last modified time | relevance | path

Searched defs:currentProfiles (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHideNotifsForOtherUsersCoordinator.java78 private String profileIdsToStr(SparseArray<UserInfo> currentProfiles) { in profileIdsToStr()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java95 default void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {} in onCurrentProfilesChanged()
DNotificationLockscreenUserManagerImpl.java604 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt203 val currentProfiles = notifLockscreenUserMgr.currentProfiles in extractPersonKey() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java236 void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles); in onCurrentProfilesChanged()
DBubbleController.java528 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged()
1640 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged()