Home
last modified time | relevance | path

Searched refs:LOW_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DPrioritySchedulingTest.java42 private static final int LOW_PRIORITY = JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE; field in PrioritySchedulingTest
62 .setPriority(LOW_PRIORITY) in testLowerPriorityJobPreempted()
100 .setPriority(LOW_PRIORITY) in testHigherPriorityJobNotPreempted()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/
H A DInputTaskSchedulerTest.java67 private static final long LOW_PRIORITY = 1; field in InputTaskSchedulerTest
153 ++id, CHANNEL_ID, LOW_PRIORITY, startTimeMs, endTimeMs)); in testAddSchedule_consecutiveNoStop()
183 ++id, CHANNEL_ID, LOW_PRIORITY, startTimeMs, endTimeMs)); in testAddSchedule_consecutiveNoFail()
205 ++id, CHANNEL_ID, LOW_PRIORITY, startTimeMs, endTimeMs)); in testAddSchedule_consecutiveUseLessSession()
/aosp12/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java58 private final static int LOW_PRIORITY = 1000; field in SoundPoolTest
213 LOW_PRIORITY, DEFAULT_LOOP, 1.0f); in TestPriority()