Searched refs:getCurrentProfiles (Results 1 – 4 of 4) sorted by relevance
63 SparseArray<UserInfo> getCurrentProfiles(); in getCurrentProfiles() method
734 public SparseArray<UserInfo> getCurrentProfiles() { in getCurrentProfiles() method in NotificationLockscreenUserManagerImpl757 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode()
278 assertTrue(mLockscreenUserManager.getCurrentProfiles().contentEquals(expectedCurProfiles)); in testGetCurrentProfiles()287 assertTrue(mLockscreenUserManager.getCurrentProfiles().contentEquals(expectedSecProfiles)); in testGetCurrentProfiles()
968 when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); in testShowKeyguardImplementation_setsState()