Home
last modified time | relevance | path

Searched refs:isVisibleBackgroundUsersSupported (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DUiAutomationTest.java130 when(mUserManager.isVisibleBackgroundUsersSupported()).thenReturn(supported); in mockVisibleBackgroundUsersSupported()
/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomation.java1696 if (!userManager.isVisibleBackgroundUsersSupported()) { in getDisplayId()
/aosp14/frameworks/base/core/java/android/os/
H A DUserManager.java3216 public boolean isVisibleBackgroundUsersSupported() { in isVisibleBackgroundUsersSupported() method in UserManager
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2391 method public boolean isVisibleBackgroundUsersSupported();
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3339 && mUm.isVisibleBackgroundUsersSupported()) {
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java12700 when(mUm.isVisibleBackgroundUsersSupported()).thenReturn(supported);