Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeCapabilitiesTest.java41 private static final UserHandle USER_HANDLE = UserHandle.of(332211); field in TimeCapabilitiesTest
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A 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
/aosp12/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupAgentTest.java48 private static final UserHandle USER_HANDLE = new UserHandle(15); field in BackupAgentTest
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
H A DNotificationVisibilityLoggerTest.java69 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationVisibilityLoggerTest
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DHeadsUpEntryTest.java52 private static final UserHandle USER_HANDLE = new UserHandle(12); field in HeadsUpEntryTest
H A DNotificationGroupTest.java56 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationGroupTest
H A DCarNotificationViewTest.java66 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationViewTest
H A DNotificationDataManagerTest.java59 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationDataManagerTest
H A DCarHeadsUpNotificationManagerTest.java76 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in CarHeadsUpNotificationManagerTest
H A DNotificationClickHandlerFactoryTest.java77 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in NotificationClickHandlerFactoryTest
H A DCarNotificationDiffTest.java60 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationDiffTest
H A DCarNotificationViewAdapterTest.java75 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationViewAdapterTest
H A DPreprocessingManagerTest.java85 private static final UserHandle USER_HANDLE = new UserHandle(12); field in PreprocessingManagerTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DLaunchConversationActivityTest.java72 private static final UserHandle USER_HANDLE = UserHandle.of(0); field in LaunchConversationActivityTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
H A DUserBroadcastDispatcherTest.kt53 private val USER_HANDLE = UserHandle.of(USER_ID) regex
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
H A DGroupNotificationViewHolderTest.java61 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in GroupNotificationViewHolderTest
H A DCarNotificationActionsViewTest.java63 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in CarNotificationActionsViewTest
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
H A DInstallPackageTaskTest.java55 private final static UserHandle USER_HANDLE = new UserHandle(USER_ID); field in InstallPackageTaskTest
/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/finalization/
H A DSendDpcBroadcastServiceTest.java66 private static final int USER_HANDLE = 0; field in SendDpcBroadcastServiceTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java97 public static final UserHandle USER_HANDLE = UserHandle.of(ActivityManager.getCurrentUser()); field in NotificationTestHelper