Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java52 SparseArray<UserInfo> getCurrentProfiles(); in getCurrentProfiles() method
DNotificationLockscreenUserManagerImpl.java490 public SparseArray<UserInfo> getCurrentProfiles() { in getCurrentProfiles() method in NotificationLockscreenUserManagerImpl
513 SparseArray<UserInfo> currentProfiles = getCurrentProfiles(); in updatePublicMode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java590 when(mStatusBar.mLockscreenUserManager.getCurrentProfiles()).thenReturn( in testUpdateKeyguardState_DoesNotCrash()
712 when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); in testShowKeyguardImplementation_setsState()