Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DAppOpsPrivacyItemMonitor.kt106 onCurrentProfilesChanged() in <lambda>()
110 onCurrentProfilesChanged() in <lambda>()
171 onCurrentProfilesChanged() in <lambda>()
220 private fun onCurrentProfilesChanged() { in <lambda>() method in com.android.systemui.privacy.AppOpsPrivacyItemMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java95 default void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {} in onCurrentProfilesChanged() method
DNotificationLockscreenUserManagerImpl.java502 listener.onCurrentProfilesChanged(mCurrentProfiles); in updateCurrentProfilesCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHideNotifsForOtherUsersCoordinator.java69 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHideNotifsForOtherUsersCoordinatorTest.java103 mCapturedUserChangeListener.onCurrentProfilesChanged(new SparseArray<>()); in testFilterIsInvalidatedWhenProfilesChange()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java251 void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles); in onCurrentProfilesChanged() method
DBubbleController.java551 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() method in BubbleController
1927 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() method in BubbleController
1929 BubbleController.this.onCurrentProfilesChanged(currentProfiles); in onCurrentProfilesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java225 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in BubblesManager()
226 mBubbles.onCurrentProfilesChanged(currentProfiles); in BubblesManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1530 mBubbleController.onCurrentProfilesChanged(userInfos); in testOnRankingUpdate_DndSuppressListNotif()
1766 mBubbleController.onCurrentProfilesChanged(userInfos); in switchUser()