Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java63 SparseArray<UserInfo> getCurrentProfiles(); in getCurrentProfiles() method
DNotificationLockscreenUserManagerImpl.java734 public SparseArray<UserInfo> getCurrentProfiles() { in getCurrentProfiles() method in NotificationLockscreenUserManagerImpl
757 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java278 assertTrue(mLockscreenUserManager.getCurrentProfiles().contentEquals(expectedCurProfiles)); in testGetCurrentProfiles()
287 assertTrue(mLockscreenUserManager.getCurrentProfiles().contentEquals(expectedSecProfiles)); in testGetCurrentProfiles()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java968 when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); in testShowKeyguardImplementation_setsState()