Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHideNotifsForOtherUsersCoordinator.java69 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {
74 for (int i = 0; i < currentProfiles.size(); i++) {
78 sb.append(currentProfiles.keyAt(i));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java100 default void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {} in onCurrentProfilesChanged() argument
DNotificationLockscreenUserManagerImpl.java757 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode() local
761 for (int i = currentProfiles.size() - 1; i >= 0; i--) { in updatePublicMode()
762 final int userId = currentProfiles.valueAt(i).id; in updatePublicMode()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java280 void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles); in onCurrentProfilesChanged() argument
DBubbleController.java683 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() argument
684 mCurrentProfiles = currentProfiles; in onCurrentProfilesChanged()
2755 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() argument
2757 BubbleController.this.onCurrentProfilesChanged(currentProfiles); in onCurrentProfilesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java250 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in BubblesManager()
251 mBubbles.onCurrentProfilesChanged(currentProfiles); in BubblesManager()