/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
H A D | VotesStorageTest.java | 59 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 D | MultimediaMessagePdu.java | 132 return mPduHeaders.getOctet(PduHeaders.PRIORITY); in getPriority() 143 mPduHeaders.setOctet(value, PduHeaders.PRIORITY); in setPriority()
|
H A D | PduHeaders.java | 45 public static final int PRIORITY = 0x8F; field in PduHeaders 400 case PRIORITY: in setOctet()
|
H A 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()
|
H A D | PduComposer.java | 586 case PduHeaders.PRIORITY: in appendHeader() 852 appendHeader(PduHeaders.PRIORITY); in makeSendRetrievePdu()
|
H A D | PduParser.java | 311 case PduHeaders.PRIORITY: in parseHeaders()
|
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/ |
H A D | PersistLogSection.java | 206 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 D | DynamicLayout.java | 49 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 D | CallLog.java | 1471 public static final String PRIORITY = "priority"; field in CallLog.Calls 1743 values.put(PRIORITY, params.mPriority); in addCall()
|
H A D | Contacts.java | 1551 String PRIORITY = "priority"; field
|
H A D | Telephony.java | 1597 public static final String PRIORITY = "pri"; field
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Section.cpp | 694 proto.write(TextLogEntry::PRIORITY, (int)entry.priority); in BlockingCall()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | IntentFilter.java | 2675 proto.write(IntentFilterProto.PRIORITY, mPriority); in dumpDebug()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | JobStatus.java | 2945 proto.write(JobStatusDumpProto.JobInfo.PRIORITY, job.getBias()); in dump()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 2120 proto.write(RankingHelperProto.RecordProto.PRIORITY, r.priority); in dumpPackagePreferencesLocked()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 1139 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 D | current.txt | 35650 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10738 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
|