Home
last modified time | relevance | path

Searched refs:onCurrentProfilesChanged (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DAppOpsPrivacyItemMonitor.kt107 onCurrentProfilesChanged()
111 onCurrentProfilesChanged()
172 onCurrentProfilesChanged()
222 private fun onCurrentProfilesChanged() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java95 default void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {} in onCurrentProfilesChanged() method
H A DNotificationLockscreenUserManagerImpl.java527 listener.onCurrentProfilesChanged(mCurrentProfiles); in updateCurrentProfilesCache()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHideNotifsForOtherUsersCoordinator.java69 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHideNotifsForOtherUsersCoordinatorTest.java103 mCapturedUserChangeListener.onCurrentProfilesChanged(new SparseArray<>()); in testFilterIsInvalidatedWhenProfilesChange()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java279 void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles); in onCurrentProfilesChanged() method
H A DBubbleController.java634 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() method in BubbleController
2430 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() method in BubbleController
2432 BubbleController.this.onCurrentProfilesChanged(currentProfiles); in onCurrentProfilesChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java231 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in BubblesManager()
232 mBubbles.onCurrentProfilesChanged(currentProfiles); in BubblesManager()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1591 mBubbleController.onCurrentProfilesChanged(userInfos); in testOnRankingUpdate_DndSuppressListNotif()
2072 mBubbleController.onCurrentProfilesChanged(userInfos); in switchUser()