Home
last modified time | relevance | path

Searched defs:mCurrentProfiles (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java217 protected final SparseArray<UserInfo> mCurrentProfiles = new SparseArray<>(); field in NotificationLockscreenUserManagerImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java207 private SparseArray<UserInfo> mCurrentProfiles; field in BubbleController
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java1921 private final SparseArray<UserInfo> mCurrentProfiles = new SparseArray<>(); field in ManagedServices.UserProfiles