/frameworks/base/telephony/java/android/telephony/ |
D | AvailableNetworkInfo.java | 51 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/ |
D | FlexibilityController.java | 21 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 …]
|
D | ConnectivityController.java | 981 if (priority >= JobInfo.PRIORITY_LOW) { in isStrongEnough()
|
D | JobStatus.java | 1457 case 2: return Math.min(JobInfo.PRIORITY_LOW, rawPriority); in getEffectivePriority()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | JobStatusTest.java | 402 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()
|
D | FlexibilityControllerTest.java | 466 .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 …]
|
D | BatteryControllerTest.java | 302 .setPriority(JobInfo.PRIORITY_LOW) in testTopPowerConnectedExemption()
|
D | ConnectivityControllerTest.java | 497 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/ |
D | PduHeaders.java | 207 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/ |
D | ThermalStatusRestriction.java | 150 || (priority == JobInfo.PRIORITY_LOW in isJobRestricted()
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
D | JobInfo.java | 279 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/ |
D | ThermalStatusRestrictionTest.java | 144 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/ |
D | PendingJobQueueTest.java | 50 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/ |
D | NotificationBuilderTest.java | 396 b.setPriority(Notification.PRIORITY_LOW); in buildNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 400 case Notification.PRIORITY_LOW: in calculateInitialImportance()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 797 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 6504 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/ |
D | android-22.txt | 4616 field public static final int PRIORITY_LOW = -1; // 0xffffffff
|