Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DVotesStorageTest.java41 private static final @Vote.Priority int PRIORITY = Vote.PRIORITY_APP_REQUEST_SIZE; field in VotesStorageTest
61 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in addsVoteToStorage()
65 assertThat(votes.get(PRIORITY)).isEqualTo(VOTE); in addsVoteToStorage()
72 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in notifiesVoteListenerIfVoteAdded()
81 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in notifiesVoteListenerCalledOnceIfVoteUpdatedTwice()
82 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in notifiesVoteListenerCalledOnceIfVoteUpdatedTwice()
92 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in addsAnotherVoteToStorageWithDifferentPriority()
98 assertThat(votes.get(PRIORITY)).isEqualTo(VOTE); in addsAnotherVoteToStorageWithDifferentPriority()
106 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in replacesVoteInStorageForSamePriority()
108 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE_OTHER); in replacesVoteInStorageForSamePriority()
[all …]
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DMultimediaMessagePdu.java132 return mPduHeaders.getOctet(PduHeaders.PRIORITY); in getPriority()
143 mPduHeaders.setOctet(value, PduHeaders.PRIORITY); in setPriority()
DPduHeaders.java45 public static final int PRIORITY = 0x8F; field in PduHeaders
400 case PRIORITY: in setOctet()
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()
DPduComposer.java586 case PduHeaders.PRIORITY: in appendHeader()
852 appendHeader(PduHeaders.PRIORITY); in makeSendRetrievePdu()
DPduParser.java311 case PduHeaders.PRIORITY: in parseHeaders()
/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
DPersistLogSection.java206 mProto.write(TextLogEntry.PRIORITY, in parseLine()
217 mProto.write(TextLogEntry.PRIORITY, TextLogEntry.LOG_ERROR); in parseLine()
/frameworks/base/core/java/android/text/
DDynamicLayout.java57 private static final int PRIORITY = 128; field in DynamicLayout
633 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT)); in generate()
/frameworks/base/core/java/android/provider/
DCallLog.java1567 public static final String PRIORITY = "priority"; field in CallLog.Calls
1838 values.put(PRIORITY, params.mPriority); in addCall()
DContacts.java1551 String PRIORITY = "priority"; field
DTelephony.java1601 public static final String PRIORITY = "pri"; field
/frameworks/base/cmds/incidentd/src/
DSection.cpp694 proto.write(TextLogEntry::PRIORITY, (int)entry.priority); in BlockingCall()
/frameworks/base/core/java/android/content/
DIntentFilter.java2798 proto.write(IntentFilterProto.PRIORITY, mPriority); in dumpDebug()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java3026 proto.write(JobStatusDumpProto.JobInfo.PRIORITY, job.getBias()); in dump()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java2184 proto.write(RankingHelperProto.RecordProto.PRIORITY, r.priority); in dumpPackagePreferencesLocked()
/frameworks/base/core/api/
Dsystem-current.txt1193 field public static final String EXTRA_PRIORITY = "android.app.extra.PRIORITY";
16437 field public static final String EXTRA_PRIORITY = "android.telephony.ims.extra.PRIORITY";
Dcurrent.txt35804 field public static final String PRIORITY = "priority";
36107 field @Deprecated public static final String PRIORITY = "priority";
37794 field public static final String PRIORITY = "pri";
43339 field public static final String EXTRA_PRIORITY = "android.telecom.extra.PRIORITY";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10738 Landroid/content/IntentFilterProto;->PRIORITY:J
49182 Landroid/service/notification/RankingHelperProto$RecordProto;->PRIORITY:J
55344 Landroid/text/DynamicLayout;->PRIORITY:I
57713 Landroid/util/TextLogEntry;->PRIORITY:J
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23900 field public static final java.lang.String PRIORITY = "priority";
25578 field public static final java.lang.String PRIORITY = "pri";