Home
last modified time | relevance | path

Searched refs:PRIORITY_HIGH (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/
DAvailableNetworkInfo.java41 public static final int PRIORITY_HIGH = 1; field in AvailableNetworkInfo
55 PRIORITY_HIGH,
302 || priority < AvailableNetworkInfo.PRIORITY_HIGH) { in setPriority()
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobInfo.java258 public static final int PRIORITY_HIGH = 400; field in JobInfo
275 PRIORITY_HIGH,
1831 mPriority = PRIORITY_HIGH; in setImportantWhileForeground()
1834 if (mPriority == PRIORITY_HIGH in setImportantWhileForeground()
1993 if (mPriority != PRIORITY_HIGH && mPriority != PRIORITY_DEFAULT) { in enforceValidity()
2007 case PRIORITY_HIGH: in enforceValidity()
2033 if (mPriority != PRIORITY_MAX && mPriority != PRIORITY_HIGH) { in enforceValidity()
2087 case PRIORITY_HIGH: in getPriorityString()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBadgeExtractorTest.java76 .setPriority(Notification.PRIORITY_HIGH) in getNotificationRecord()
106 .setPriority(Notification.PRIORITY_HIGH) in getNotificationRecordWithBubble()
131 .setPriority(Notification.PRIORITY_HIGH) in getNotificationRecordWithMedia()
DImportanceExtractorTest.java66 .setPriority(Notification.PRIORITY_HIGH) in getNotificationRecord()
DBubbleExtractorTest.java113 .setPriority(Notification.PRIORITY_HIGH) in getNotificationRecord()
DNotificationRecordTest.java143 .setPriority(Notification.PRIORITY_HIGH); in getNotification()
215 .setPriority(Notification.PRIORITY_HIGH); in getInsistentNotification()
DBuzzBeepBlinkTest.java286 .setPriority(Notification.PRIORITY_HIGH); in getCallRecord()
333 .setPriority(Notification.PRIORITY_HIGH) in getNotificationRecord()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/restrictions/
DThermalStatusRestriction.java94 && !(priority == JobInfo.PRIORITY_HIGH in isJobRestricted()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduHeaders.java209 public static final int PRIORITY_HIGH = 0x82; field in PduHeaders
401 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DPendingJobQueueTest.java47 JobInfo.PRIORITY_HIGH, JobInfo.PRIORITY_DEFAULT,
471 priority = random.nextBoolean() ? JobInfo.PRIORITY_MAX : JobInfo.PRIORITY_HIGH;
498 priority = random.nextBoolean() ? JobInfo.PRIORITY_MAX : JobInfo.PRIORITY_HIGH;
528 priority = random.nextBoolean() ? JobInfo.PRIORITY_MAX : JobInfo.PRIORITY_HIGH;
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java258 assertEquals(JobInfo.PRIORITY_HIGH, job.getEffectivePriority()); in testGetEffectivePriority_Expedited()
261 assertEquals(JobInfo.PRIORITY_HIGH, job.getEffectivePriority()); in testGetEffectivePriority_Expedited()
264 assertEquals(JobInfo.PRIORITY_HIGH, job.getEffectivePriority()); in testGetEffectivePriority_Expedited()
271 .setPriority(JobInfo.PRIORITY_HIGH) in testGetEffectivePriority_Regular_High()
276 assertEquals(JobInfo.PRIORITY_HIGH, job.getEffectivePriority()); in testGetEffectivePriority_Regular_High()
279 assertEquals(JobInfo.PRIORITY_HIGH, job.getEffectivePriority()); in testGetEffectivePriority_Regular_High()
DConnectivityControllerTest.java339 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_HIGH)); in testStrongEnough_Cellular()
512 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_HIGH)); in testStrongEnough_Cellular_CheckDisabled()
685 baseJobBuilder.setExpedited(false).setPriority(JobInfo.PRIORITY_HIGH)); in testStrongEnough_Cellular_VPN()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/restrictions/
DThermalStatusRestrictionTest.java166 createJobBuilder(5).setPriority(JobInfo.PRIORITY_HIGH).build()); in testIsJobRestricted()
168 createJobBuilder(6).setPriority(JobInfo.PRIORITY_HIGH).build()); in testIsJobRestricted()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DWifiSoftApConfigChangedNotifier.java73 .setPriority(Notification.PRIORITY_HIGH) in createConversionNotification()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java125 .setPriority(Notification.PRIORITY_HIGH) in sendNotification()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DTareController.java508 case JobInfo.PRIORITY_HIGH: in getPossibleStartBills()
541 case JobInfo.PRIORITY_HIGH: in getRunningBill()
560 case JobInfo.PRIORITY_HIGH: in getRunningActionId()
DConnectivityController.java665 if (priority >= JobInfo.PRIORITY_HIGH) { in isStrongEnough()
DJobStatus.java963 return JobInfo.PRIORITY_HIGH; in getEffectivePriority()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java171 .setPriority(Notification.PRIORITY_HIGH)
DNotificationBuilderTest.java402 b.setPriority(Notification.PRIORITY_HIGH); in buildNotification()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java231 .setPriority(Notification.PRIORITY_HIGH) in getNotification()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java200 createJobInfo(2).setExpedited(true).setPriority(JobInfo.PRIORITY_HIGH)); in testGetMinJobExecutionGuaranteeMs()
204 createJobInfo(4).setExpedited(true).setPriority(JobInfo.PRIORITY_HIGH)); in testGetMinJobExecutionGuaranteeMs()
206 createJobInfo(5).setPriority(JobInfo.PRIORITY_HIGH)); in testGetMinJobExecutionGuaranteeMs()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java155 .setPriority(Notification.PRIORITY_HIGH) in makeBigTextNotification()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java391 case JobInfo.PRIORITY_HIGH: in getStartActionId()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java384 case Notification.PRIORITY_HIGH: in calculateInitialImportance()

12