Home
last modified time | relevance | path

Searched refs:getCurrentProfiles (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java58 SparseArray<UserInfo> getCurrentProfiles(); in getCurrentProfiles() method
DNotificationLockscreenUserManagerImpl.java542 public SparseArray<UserInfo> getCurrentProfiles() { in getCurrentProfiles() method in NotificationLockscreenUserManagerImpl
565 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java1069 when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); in testShowKeyguardImplementation_setsState()