Home
last modified time | relevance | path

Searched refs:isUserForeground (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DManagedDeviceActionDisabledByAdminController.java37 boolean isUserForeground(Context context, UserHandle userHandle); in isUserForeground() method
41 ManagedDeviceActionDisabledByAdminController::isUserForeground;
76 private static boolean isUserForeground(Context context, UserHandle userHandle) { in isUserForeground() method in ManagedDeviceActionDisabledByAdminController
78 .getSystemService(UserManager.class).isUserForeground(); in isUserForeground()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
H A DManagedDeviceActionDisabledByAdminControllerTest.java113 boolean isUserForeground, in createController() argument
120 /* foregroundUserChecker= */ (context, userHandle) -> isUserForeground, in createController()
/aosp14/frameworks/base/core/java/android/os/
H A DIUserManager.aidl134 boolean isUserForeground(int userId); in isUserForeground() method
H A DUserManager.java3189 public boolean isUserForeground() { in isUserForeground() method in UserManager
3191 return mService.isUserForeground(mUserId); in isUserForeground()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1927 public boolean isUserForeground(@UserIdInt int userId) { in isUserForeground() method in UserManagerService
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33901 method public boolean isUserForeground();