Home
last modified time | relevance | path

Searched defs:USER_HANDLE (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestProvidersAccess.java39 public static final UserHandle USER_HANDLE = Process.myUserHandle(); field in TestProvidersAccess
172 public static final UserHandle USER_HANDLE = UserHandle.of( field in TestProvidersAccess.OtherUser
233 public static final UserHandle USER_HANDLE = UserHandle.of( field in TestProvidersAccess.AnotherUser
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/inputmethod/data/repository/
H A DInputMethodRepositoryTest.kt133 private val USER_HANDLE = UserHandle.of(100) constant
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
H A DUserBroadcastDispatcherTest.kt56 private val USER_HANDLE = UserHandle.of(USER_ID) constant
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DUserSwitchRequestTest.java29 private static final UserHandle USER_HANDLE = UserHandle.of(108); field in UserSwitchRequestTest
H A DUserRemovalRequestTest.java29 private static final UserHandle USER_HANDLE = UserHandle.of(108); field in UserRemovalRequestTest
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
H A DDevicePolicySafetyCheckerIntegrationTest.java64 private static final UserHandle USER_HANDLE = UserHandle.of(42); field in DevicePolicySafetyCheckerIntegrationTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowBuilder.kt408 private val USER_HANDLE = UserHandle.of(ActivityManager.getCurrentUser()) in <lambda>() constant
/aosp_15_r20/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/deviceadminreceivers/
H A DDeviceAdminTransferAffiliatedProfileOwnershipCompleteEventTest.java45 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminTransferAffiliatedProfileOwnershipCompleteEventTest
H A DDeviceAdminReadyForUserInitializationEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminReadyForUserInitializationEventTest
H A DDeviceAdminProfileProvisioningCompleteEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminProfileProvisioningCompleteEventTest
H A DDeviceAdminPasswordSucceededEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminPasswordSucceededEventTest
H A DDeviceAdminPasswordFailedEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminPasswordFailedEventTest
H A DDeviceAdminUserRemovedEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminUserRemovedEventTest
H A DDeviceAdminUserAddedEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminUserAddedEventTest
H A DDeviceAdminUserSwitchedEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminUserSwitchedEventTest
H A DDeviceAdminUserStartedEventTest.java49 private static final UserHandle USER_HANDLE = UserHandle.of(1); field in DeviceAdminUserStartedEventTest
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/
H A DEnforcingAdminAndAuthorityTest.java53 private static final UserHandle USER_HANDLE = sDeviceState.primaryUser().userHandle(); field in EnforcingAdminAndAuthorityTest
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/face/
DFaceStatusUtilsTest.java53 private static final UserHandle USER_HANDLE = new UserHandle(USER_ID); field in FaceStatusUtilsTest
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
H A DUserHandleQueryHelperTest.java43 private static final UserHandle USER_HANDLE = UserHandle.of(USER_HANDLE_ID); field in UserHandleQueryHelperTest
/aosp_15_r20/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationVisibilityLoggerTest.java63 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationVisibilityLoggerTest
DHeadsUpEntryTest.java52 private static final UserHandle USER_HANDLE = new UserHandle(12); field in HeadsUpEntryTest
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DWalletRoleObserverTest.java54 private static final UserHandle USER_HANDLE = UserHandle.of(USER_ID); field in WalletRoleObserverTest
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DNotificationVisibilityLoggerTest.java76 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationVisibilityLoggerTest
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/fingerprint/
DFingerprintStatusUtilsTest.java57 private static final UserHandle USER_HANDLE = new UserHandle(USER_ID); field in FingerprintStatusUtilsTest
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/
DAppUtilTest.kt58 val USER_HANDLE: UserHandle = UserHandle.of(0) constant

1234