Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/emergency/
DEmergencyNumber.java568 private String sourceBitmaskToString(@EmergencyNumberSources int sourceBitmask) { in sourceBitmaskToString() argument
570 if ((sourceBitmask & EMERGENCY_NUMBER_SOURCE_NETWORK_SIGNALING) in sourceBitmaskToString()
574 if ((sourceBitmask & EMERGENCY_NUMBER_SOURCE_SIM) == EMERGENCY_NUMBER_SOURCE_SIM) { in sourceBitmaskToString()
577 if ((sourceBitmask & EMERGENCY_NUMBER_SOURCE_DATABASE) in sourceBitmaskToString()
581 if ((sourceBitmask & EMERGENCY_NUMBER_SOURCE_MODEM_CONFIG) in sourceBitmaskToString()
585 if ((sourceBitmask & EMERGENCY_NUMBER_SOURCE_DEFAULT) == EMERGENCY_NUMBER_SOURCE_DEFAULT) { in sourceBitmaskToString()
588 if ((sourceBitmask & EMERGENCY_NUMBER_SOURCE_TEST) == EMERGENCY_NUMBER_SOURCE_TEST) { in sourceBitmaskToString()