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