Searched refs:getCurrentProfiles (Results 1 – 3 of 3) sorted by relevance
58 SparseArray<UserInfo> getCurrentProfiles(); in getCurrentProfiles() method
542 public SparseArray<UserInfo> getCurrentProfiles() { in getCurrentProfiles() method in NotificationLockscreenUserManagerImpl565 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode()
1069 when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); in testShowKeyguardImplementation_setsState()