Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java326 String getCurrentUser = null; in getCurrentUserId() local
329 getCurrentUser = line; in getCurrentUserId()
334 Matcher matcher = userRegex.matcher(getCurrentUser); in getCurrentUserId()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DNotesRoleManagerSecondaryUserRule.kt143 ActivityManager.getCurrentUser() in getCurrentUserId()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DDumpsysUtils.java182 return getRoleHolder(device, roleName, device.getCurrentUser()); in getRoleHolder()
DUserUtils.java196 final int callerUserId = mDevice.getCurrentUser(); in withUser()
/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/
DMultiUserHelper.java167 return mUserManager.getUserInfo(ActivityManager.getCurrentUser()); in getCurrentForegroundUserInfo()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper2.java659 UserHandle user = UserHandle.of(ActivityManager.getCurrentUser()); in maybeGrantNotificationPermission()
688 UserHandle user = UserHandle.of(ActivityManager.getCurrentUser()); in restoreNotificationPermissionState()
DAbstractStandardAppHelper.java696 UserHandle user = UserHandle.of(ActivityManager.getCurrentUser()); in maybeGrantNotificationPermission()
725 UserHandle user = UserHandle.of(ActivityManager.getCurrentUser()); in restoreNotificationPermissionState()