Home
last modified time | relevance | path

Searched refs:PRIORITY_LOW (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DAvailableNetworkInfo.java51 public static final int PRIORITY_LOW = 3; field in AvailableNetworkInfo
57 PRIORITY_LOW,
277 private @AvailableNetworkInfoPriority int mPriority = AvailableNetworkInfo.PRIORITY_LOW;
301 if (priority > AvailableNetworkInfo.PRIORITY_LOW in setPriority()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DFlexibilityController.java21 import static android.app.job.JobInfo.PRIORITY_LOW;
1194 DEFAULT_FALLBACK_FLEXIBILITY_DEADLINES.put(PRIORITY_LOW, 24 * HOUR_IN_MILLIS); in DEFAULT_FALLBACK_FLEXIBILITY_DEADLINES.put() argument
1199 DEFAULT_FALLBACK_FLEXIBILITY_DEADLINE_SCORES.put(PRIORITY_LOW, 2); in DEFAULT_FALLBACK_FLEXIBILITY_DEADLINE_SCORES.put() argument
1208 .put(PRIORITY_LOW, 1 * MINUTE_IN_MILLIS); in put() argument
1218 .put(PRIORITY_LOW, new int[]{50, 60, 70, 80}); in put() argument
1426 final int[] oldLow = into.get(PRIORITY_LOW); in parsePercentToDropKeyValueString()
1436 String.valueOf(PRIORITY_LOW), null)); in parsePercentToDropKeyValueString()
1444 into.put(PRIORITY_LOW, newLow == null ? defaults.get(PRIORITY_LOW) : newLow); in parsePercentToDropKeyValueString()
1450 || !Arrays.equals(oldLow, into.get(PRIORITY_LOW)) in parsePercentToDropKeyValueString()
1508 final int oldLow = into.get(PRIORITY_LOW); in parsePriorityToIntKeyValueString()
[all …]
DConnectivityController.java981 if (priority >= JobInfo.PRIORITY_LOW) { in isStrongEnough()
DJobStatus.java1457 case 2: return Math.min(JobInfo.PRIORITY_LOW, rawPriority); in getEffectivePriority()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java402 createJobStatus(jobBuilder.setPriority(JobInfo.PRIORITY_LOW).build()), false); in testMediaBackupExemption_lowPriorityJobs()
525 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_Regular_High()
529 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_Regular_High()
557 .setPriority(JobInfo.PRIORITY_LOW) in testGetEffectivePriority_Regular_Low()
562 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_Regular_Low()
567 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_Regular_Low()
571 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_Regular_Low()
575 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_Regular_Low()
592 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_Regular_Low()
655 assertEquals(JobInfo.PRIORITY_LOW, job.getEffectivePriority()); in testGetEffectivePriority_UserInitiated()
DFlexibilityControllerTest.java466 .get(JobInfo.PRIORITY_LOW), in testOnConstantsUpdated_PercentsToDropConstraints()
529 assertArrayEquals(new int[]{10, 20, 30, 40}, percentsToDrop.get(JobInfo.PRIORITY_LOW)); in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()
589 jb = createJob(0).setPriority(JobInfo.PRIORITY_LOW); in testGetNextConstraintDropTimeElapsedLocked()
835 createJobStatus("time", createJob(0).setPriority(JobInfo.PRIORITY_LOW)), in testGetLifeCycleEndElapsedLocked_NonPrefetch()
896 createJob(0).setPriority(JobInfo.PRIORITY_LOW)); in testGetLifeCycleEndElapsedLocked_ScoreAddition()
937 createJob(0).setPriority(JobInfo.PRIORITY_LOW)), in testGetLifeCycleEndElapsedLocked_ScoreAddition()
1121 createJob(0).setPriority(JobInfo.PRIORITY_LOW)); in testAllowlistedAppBypass()
1175 createJob(0).setPriority(JobInfo.PRIORITY_LOW), carrier1Pkg1); in testCarrierPrivilegedAppBypass()
1183 createJob(0).setPriority(JobInfo.PRIORITY_LOW), carrier1Pkg2); in testCarrierPrivilegedAppBypass()
1191 createJob(0).setPriority(JobInfo.PRIORITY_LOW), carrier2Pkg); in testCarrierPrivilegedAppBypass()
[all …]
DBatteryControllerTest.java302 .setPriority(JobInfo.PRIORITY_LOW) in testTopPowerConnectedExemption()
DConnectivityControllerTest.java497 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_LOW)); in testStrongEnough_Cellular()
671 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_LOW)); in testStrongEnough_Cellular_CheckDisabled()
845 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_LOW)); in testStrongEnough_Cellular_VPN()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduHeaders.java207 public static final int PRIORITY_LOW = 0x80; field in PduHeaders
401 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/restrictions/
DThermalStatusRestriction.java150 || (priority == JobInfo.PRIORITY_LOW in isJobRestricted()
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobInfo.java279 public static final int PRIORITY_LOW = 200; field in JobInfo
316 PRIORITY_LOW,
2375 case PRIORITY_LOW: in enforceValidity()
2567 case PRIORITY_LOW: in getPriorityString()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/restrictions/
DThermalStatusRestrictionTest.java144 jobName, createJobBuilder(2).setPriority(JobInfo.PRIORITY_LOW).build()); in JobStatusContainer()
147 jobName, createJobBuilder(3).setPriority(JobInfo.PRIORITY_LOW).build()); in JobStatusContainer()
150 jobName, createJobBuilder(9).setPriority(JobInfo.PRIORITY_LOW).build()); in JobStatusContainer()
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DPendingJobQueueTest.java50 JobInfo.PRIORITY_LOW, JobInfo.PRIORITY_MIN
463 createJobInfo(5).setPriority(JobInfo.PRIORITY_LOW), 5, namespaceZ); in testPendingJobSorting_namespacing()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java396 b.setPriority(Notification.PRIORITY_LOW); in buildNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java400 case Notification.PRIORITY_LOW: in calculateInitialImportance()
/frameworks/base/core/java/android/app/
DNotification.java797 PRIORITY_LOW,
822 public static final int PRIORITY_LOW = -1; field in Notification
3898 case PRIORITY_LOW: in priorityToString()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6504 field @Deprecated public static final int PRIORITY_LOW = -1; // 0xffffffff
9019 field public static final int PRIORITY_LOW = 200; // 0xc8
43593 field public static final int PRIORITY_LOW = 3; // 0x3
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4616 field public static final int PRIORITY_LOW = -1; // 0xffffffff