Home
last modified time | relevance | path

Searched refs:isFromSources (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/emergency/
H A DEmergencyNumber.java477 public boolean isFromSources(@EmergencyNumberSources int sources) { in isFromSources() method in EmergencyNumber
547 if (this.isFromSources(EMERGENCY_NUMBER_SOURCE_NETWORK_SIGNALING)) { in getDisplayPriorityScore()
550 if (this.isFromSources(EMERGENCY_NUMBER_SOURCE_SIM)) { in getDisplayPriorityScore()
553 if (this.isFromSources(EMERGENCY_NUMBER_SOURCE_DATABASE)) { in getDisplayPriorityScore()
556 if (this.isFromSources(EMERGENCY_NUMBER_SOURCE_DEFAULT)) { in getDisplayPriorityScore()
559 if (this.isFromSources(EMERGENCY_NUMBER_SOURCE_MODEM_CONFIG)) { in getDisplayPriorityScore()
711 if (first.isFromSources(EMERGENCY_NUMBER_SOURCE_TEST) in areSameEmergencyNumbers()
712 ^ second.isFromSources(EMERGENCY_NUMBER_SOURCE_TEST)) { in areSameEmergencyNumbers()
733 if (second.isFromSources(EMERGENCY_NUMBER_SOURCE_DATABASE)) { in mergeSameEmergencyNumbers()
829 if (second.isFromSources(EMERGENCY_NUMBER_SOURCE_DATABASE)) { in mergeSameEmergencyNumbers()
/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/core/api/
H A Dcurrent.txt46295 method public boolean isFromSources(int);