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.kt110 onCurrentProfilesChanged() in <lambda>()
114 onCurrentProfilesChanged() in <lambda>()
175 onCurrentProfilesChanged() in <lambda>()
226 private fun onCurrentProfilesChanged() { in <lambda>() method in com.android.systemui.privacy.AppOpsPrivacyItemMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java100 default void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) {} in onCurrentProfilesChanged() method
DNotificationLockscreenUserManagerImpl.java708 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.java280 void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles); in onCurrentProfilesChanged() method
DBubbleController.java683 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() method in BubbleController
2755 public void onCurrentProfilesChanged(SparseArray<UserInfo> currentProfiles) { in onCurrentProfilesChanged() method in BubbleController
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1737 mBubbleController.onCurrentProfilesChanged(userInfos); in testOnRankingUpdate_DndSuppressListNotif()
2482 mBubbleController.onCurrentProfilesChanged(userInfos); in switchUser()