/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | VotesStorageTest.java | 41 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/ |
D | MultimediaMessagePdu.java | 132 return mPduHeaders.getOctet(PduHeaders.PRIORITY); in getPriority() 143 mPduHeaders.setOctet(value, PduHeaders.PRIORITY); in setPriority()
|
D | PduHeaders.java | 45 public static final int PRIORITY = 0x8F; field in PduHeaders 400 case PRIORITY: in setOctet()
|
D | PduPersister.java | 123 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()
|
D | PduComposer.java | 586 case PduHeaders.PRIORITY: in appendHeader() 852 appendHeader(PduHeaders.PRIORITY); in makeSendRetrievePdu()
|
D | PduParser.java | 311 case PduHeaders.PRIORITY: in parseHeaders()
|
/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/ |
D | PersistLogSection.java | 206 mProto.write(TextLogEntry.PRIORITY, in parseLine() 217 mProto.write(TextLogEntry.PRIORITY, TextLogEntry.LOG_ERROR); in parseLine()
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 57 private static final int PRIORITY = 128; field in DynamicLayout 633 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT)); in generate()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 1567 public static final String PRIORITY = "priority"; field in CallLog.Calls 1838 values.put(PRIORITY, params.mPriority); in addCall()
|
D | Contacts.java | 1551 String PRIORITY = "priority"; field
|
D | Telephony.java | 1601 public static final String PRIORITY = "pri"; field
|
/frameworks/base/cmds/incidentd/src/ |
D | Section.cpp | 694 proto.write(TextLogEntry::PRIORITY, (int)entry.priority); in BlockingCall()
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 2798 proto.write(IntentFilterProto.PRIORITY, mPriority); in dumpDebug()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | JobStatus.java | 3026 proto.write(JobStatusDumpProto.JobInfo.PRIORITY, job.getBias()); in dump()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 2184 proto.write(RankingHelperProto.RecordProto.PRIORITY, r.priority); in dumpPackagePreferencesLocked()
|
/frameworks/base/core/api/ |
D | system-current.txt | 1193 field public static final String EXTRA_PRIORITY = "android.app.extra.PRIORITY"; 16437 field public static final String EXTRA_PRIORITY = "android.telephony.ims.extra.PRIORITY";
|
D | current.txt | 35804 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/ |
D | hiddenapi-max-target-o.txt | 10738 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/ |
D | android-22.txt | 23900 field public static final java.lang.String PRIORITY = "priority"; 25578 field public static final java.lang.String PRIORITY = "pri";
|