Home
last modified time | relevance | path

Searched refs:PRIORITY_MIN (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DSchedulingPolicyService.java38 private static final int PRIORITY_MIN = 1; field in SchedulingPolicyService
91 if (!isPermitted() || prio < PRIORITY_MIN || in requestPriority()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/restrictions/
H A DThermalStatusRestriction.java119 return priority == JobInfo.PRIORITY_MIN in isJobRestricted()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java240 public static final int PRIORITY_MIN = 100; field in JobInfo
283 PRIORITY_MIN,
1296 if (priority > PRIORITY_MAX || priority < PRIORITY_MIN) { in setPriority()
2271 case PRIORITY_MIN: in enforceValidity()
2394 case PRIORITY_MIN: in getPriorityString()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DTareController.java541 case JobInfo.PRIORITY_MIN: in getPossibleStartBills()
569 case JobInfo.PRIORITY_MIN: in getRunningBill()
588 case JobInfo.PRIORITY_MIN: in getRunningActionId()
H A DJobStatus.java1343 default: return JobInfo.PRIORITY_MIN; in getEffectivePriority()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DPendingJobQueueTest.java51 JobInfo.PRIORITY_LOW, JobInfo.PRIORITY_MIN
136 createJobInfo(4).setPriority(JobInfo.PRIORITY_MIN), 2); in testContains()
242 createJobInfo(4).setPriority(JobInfo.PRIORITY_MIN), 1); in testRemove_outOfOrder()
742 for (int p = priority - 1; p >= JobInfo.PRIORITY_MIN; --p) {
H A DJobStoreTest.java554 .setPriority(JobInfo.PRIORITY_MIN) in testPriorityPersisted()
565 JobInfo.PRIORITY_MIN, job.getPriority()); in testPriorityPersisted()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DJobStatusTest.java322 createJobStatus(jobBuilder.setPriority(JobInfo.PRIORITY_MIN).build()), false); in testMediaBackupExemption_lowPriorityJobs()
453 assertEquals(JobInfo.PRIORITY_MIN, job.getEffectivePriority()); in testGetEffectivePriority_Regular_High()
457 assertEquals(JobInfo.PRIORITY_MIN, job.getEffectivePriority()); in testGetEffectivePriority_Regular_High()
499 assertEquals(JobInfo.PRIORITY_MIN, job.getEffectivePriority()); in testGetEffectivePriority_Regular_Low()
503 assertEquals(JobInfo.PRIORITY_MIN, job.getEffectivePriority()); in testGetEffectivePriority_Regular_Low()
577 assertEquals(JobInfo.PRIORITY_MIN, job.getEffectivePriority()); in testGetEffectivePriority_UserInitiated()
H A DConnectivityControllerTest.java475 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_MIN)); in testStrongEnough_Cellular()
477 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_MIN)); in testStrongEnough_Cellular()
649 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_MIN)); in testStrongEnough_Cellular_CheckDisabled()
651 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_MIN)); in testStrongEnough_Cellular_CheckDisabled()
823 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_MIN)); in testStrongEnough_Cellular_VPN()
825 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_MIN)); in testStrongEnough_Cellular_VPN()
H A DBatteryControllerTest.java328 .setPriority(JobInfo.PRIORITY_MIN) in testTopPowerConnectedExemption()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoService.java180 .setPriority(Notification.PRIORITY_MIN) in registerJob()
/aosp14/frameworks/base/services/profcollect/src/com/android/server/profcollect/
H A DProfcollectForwardingService.java227 .setPriority(JobInfo.PRIORITY_MIN) in schedule()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/restrictions/
H A DThermalStatusRestrictionTest.java164 createJobBuilder(1).setPriority(JobInfo.PRIORITY_MIN).build()); in testIsJobRestricted()
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java393 b.setPriority(Notification.PRIORITY_MIN); in buildNotification()
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java169 .setPriority(Notification.PRIORITY_MIN) in makeUploadNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java375 n.priority = NotificationManagerService.clamp(n.priority, Notification.PRIORITY_MIN, in calculateInitialImportance()
378 case Notification.PRIORITY_MIN: in calculateInitialImportance()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java590 case JobInfo.PRIORITY_MIN: in getStartActionId()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java755 PRIORITY_MIN,
788 public static final int PRIORITY_MIN = -2; field in Notification
3623 case PRIORITY_MIN: in priorityToString()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5310 .setPriority(Notification.PRIORITY_MIN); in testBumpFGImportance_channelChangePreOApp()
5330 .setPriority(Notification.PRIORITY_MIN); in testBumpFGImportance_channelChangePreOApp()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6311 field @Deprecated public static final int PRIORITY_MIN = -2; // 0xfffffffe
8788 field public static final int PRIORITY_MIN = 100; // 0x64