/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/ |
H A D | TimeCapabilitiesTest.java | 41 private static final UserHandle USER_HANDLE = UserHandle.of(332211); field in TimeCapabilitiesTest
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestProvidersAccess.java | 39 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 D | BackupAgentTest.java | 48 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 D | NotificationVisibilityLoggerTest.java | 69 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 D | HeadsUpEntryTest.java | 52 private static final UserHandle USER_HANDLE = new UserHandle(12); field in HeadsUpEntryTest
|
H A D | NotificationGroupTest.java | 56 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationGroupTest
|
H A D | CarNotificationViewTest.java | 66 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationViewTest
|
H A D | NotificationDataManagerTest.java | 59 private static final UserHandle USER_HANDLE = new UserHandle(12); field in NotificationDataManagerTest
|
H A D | CarHeadsUpNotificationManagerTest.java | 76 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in CarHeadsUpNotificationManagerTest
|
H A D | NotificationClickHandlerFactoryTest.java | 77 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in NotificationClickHandlerFactoryTest
|
H A D | CarNotificationDiffTest.java | 60 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationDiffTest
|
H A D | CarNotificationViewAdapterTest.java | 75 private static final UserHandle USER_HANDLE = new UserHandle(12); field in CarNotificationViewAdapterTest
|
H A D | PreprocessingManagerTest.java | 85 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 D | LaunchConversationActivityTest.java | 72 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 D | UserBroadcastDispatcherTest.kt | 53 private val USER_HANDLE = UserHandle.of(USER_ID) regex
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/ |
H A D | GroupNotificationViewHolderTest.java | 61 private static final UserHandle USER_HANDLE = new UserHandle(/* userId= */ 12); field in GroupNotificationViewHolderTest
|
H A D | CarNotificationActionsViewTest.java | 63 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 D | InstallPackageTaskTest.java | 55 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 D | SendDpcBroadcastServiceTest.java | 66 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 D | NotificationTestHelper.java | 97 public static final UserHandle USER_HANDLE = UserHandle.of(ActivityManager.getCurrentUser()); field in NotificationTestHelper
|