Home
last modified time | relevance | path

Searched defs:HIGH_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DPrioritySchedulingTest.java41 private static final int HIGH_PRIORITY = JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE + 1; field in PrioritySchedulingTest
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/
H A DInputTaskSchedulerTest.java68 private static final long HIGH_PRIORITY = 2; field in InputTaskSchedulerTest
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
H A DLightsServiceTest.java50 private static final int HIGH_PRIORITY = Integer.MAX_VALUE; field in LightsServiceTest
/aosp12/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java60 private final static int HIGH_PRIORITY = 3000; field in SoundPoolTest
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java64 public static final String HIGH_PRIORITY = "high_priority"; field in NotificationIconAreaController