Home
last modified time | relevance | path

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

/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
/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
/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
DNotificationGroupTest.java56 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationGroupTest
DCarNotificationViewTest.java72 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationViewTest
DNotificationDataManagerTest.java59 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationDataManagerTest
DCarHeadsUpNotificationManagerTest.java81 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in CarHeadsUpNotificationManagerTest
DNotificationClickHandlerFactoryTest.java78 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in NotificationClickHandlerFactoryTest
DCarNotificationDiffTest.java60 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationDiffTest
DCarNotificationViewAdapterTest.java76 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationViewAdapterTest
DPreprocessingManagerTest.java88 private static final UserHandle USER_HANDLE = new UserHandle(12); field in PreprocessingManagerTest
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DNotificationVisibilityLoggerTest.java69 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationVisibilityLoggerTest
/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
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/
DAppUtilTest.kt58 val USER_HANDLE: UserHandle = UserHandle.of(0) constant
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DGroupNotificationViewHolderTest.java65 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in GroupNotificationViewHolderTest
DCarNotificationActionsViewTest.java70 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in CarNotificationActionsViewTest
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/combination/
DCombinedBiometricStatusUtilsTest.java61 private static final UserHandle USER_HANDLE = new UserHandle(USER_ID); field in CombinedBiometricStatusUtilsTest
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DInstallPackageTaskTest.java55 private final static UserHandle USER_HANDLE = new UserHandle(USER_ID); field in InstallPackageTaskTest
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/finalization/
DSendDpcBroadcastServiceTest.java66 private static final int USER_HANDLE = 0; field in SendDpcBroadcastServiceTest
/packages/apps/Settings/tests/unit/src/com/android/settings/safetycenter/
DBiometricsSafetySourceTest.java72 private static final UserHandle USER_HANDLE = new UserHandle(UserHandle.myUserId()); field in BiometricsSafetySourceTest