Searched refs:getCurrentProfiles (Results 1 – 3 of 3) sorted by relevance
52 SparseArray<UserInfo> getCurrentProfiles(); in getCurrentProfiles() method
485 public SparseArray<UserInfo> getCurrentProfiles() { in getCurrentProfiles() method in NotificationLockscreenUserManagerImpl508 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode()
592 when(mStatusBar.mLockscreenUserManager.getCurrentProfiles()).thenReturn( in testUpdateKeyguardState_DoesNotCrash()713 when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); in testShowKeyguardImplementation_setsState()