Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DVotesStorageTest.java59 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in addsVoteToStorage()
63 assertThat(votes.get(PRIORITY)).isEqualTo(VOTE); in addsVoteToStorage()
70 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in notifiesVoteListenerIfVoteAdded()
78 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in addsAnotherVoteToStorageWithDifferentPriority()
84 assertThat(votes.get(PRIORITY)).isEqualTo(VOTE); in addsAnotherVoteToStorageWithDifferentPriority()
92 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in replacesVoteInStorageForSamePriority()
105 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in removesVoteInStorageForSamePriority()
107 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, null); in removesVoteInStorageForSamePriority()
116 mVotesStorage.updateGlobalVote(PRIORITY, VOTE); in addsGlobalDisplayVoteToStorage()
120 assertThat(votes.get(PRIORITY)).isEqualTo(VOTE); in addsGlobalDisplayVoteToStorage()
[all …]
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java132 return mPduHeaders.getOctet(PduHeaders.PRIORITY); in getPriority()
143 mPduHeaders.setOctet(value, PduHeaders.PRIORITY); in setPriority()
H A DPduHeaders.java45 public static final int PRIORITY = 0x8F; field in PduHeaders
400 case PRIORITY: in setOctet()
H A DPduPersister.java123 Mms.PRIORITY,
254 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.PRIORITY, PDU_COLUMN_PRIORITY); in OCTET_COLUMN_INDEX_MAP.put() argument
266 OCTET_COLUMN_NAME_MAP.put(PduHeaders.PRIORITY, Mms.PRIORITY); in OCTET_COLUMN_NAME_MAP.put() argument
993 values.put(Mms.PRIORITY, priority); in updateHeaders()
H A DPduComposer.java586 case PduHeaders.PRIORITY: in appendHeader()
852 appendHeader(PduHeaders.PRIORITY); in makeSendRetrievePdu()
H A DPduParser.java311 case PduHeaders.PRIORITY: in parseHeaders()
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
H A DPersistLogSection.java206 mProto.write(TextLogEntry.PRIORITY, in parseLine()
217 mProto.write(TextLogEntry.PRIORITY, TextLogEntry.LOG_ERROR); in parseLine()
/aosp14/frameworks/base/core/java/android/text/
H A DDynamicLayout.java49 private static final int PRIORITY = 128; field in DynamicLayout
496 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT)); in generate()
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java1471 public static final String PRIORITY = "priority"; field in CallLog.Calls
1743 values.put(PRIORITY, params.mPriority); in addCall()
H A DContacts.java1551 String PRIORITY = "priority"; field
H A DTelephony.java1597 public static final String PRIORITY = "pri"; field
/aosp14/frameworks/base/cmds/incidentd/src/
H A DSection.cpp694 proto.write(TextLogEntry::PRIORITY, (int)entry.priority); in BlockingCall()
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java2675 proto.write(IntentFilterProto.PRIORITY, mPriority); in dumpDebug()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java2945 proto.write(JobStatusDumpProto.JobInfo.PRIORITY, job.getBias()); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java2120 proto.write(RankingHelperProto.RecordProto.PRIORITY, r.priority); in dumpPackagePreferencesLocked()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt1139 field public static final String EXTRA_PRIORITY = "android.app.extra.PRIORITY";
15865 field public static final String EXTRA_PRIORITY = "android.telephony.ims.extra.PRIORITY";
H A Dcurrent.txt35650 field public static final String PRIORITY = "priority";
35953 field @Deprecated public static final String PRIORITY = "priority";
37587 field public static final String PRIORITY = "pri";
43031 field public static final String EXTRA_PRIORITY = "android.telecom.extra.PRIORITY";
/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/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10738 Landroid/content/IntentFilterProto;->PRIORITY:J
49825 Landroid/service/notification/RankingHelperProto$RecordProto;->PRIORITY:J
55987 Landroid/text/DynamicLayout;->PRIORITY:I
58356 Landroid/util/TextLogEntry;->PRIORITY:J