Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsCbTest.java403 serviceCategory, 1234, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in doTestCmasBroadcast()
457 5678, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasExtremeAlertType1Elements()
489 12345, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasUnsupportedCharSet()
501 67890, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasUnsupportedCharSet2()
514 BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasNoRecordType0()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java106 private static final int PRIORITY_EMERGENCY = 0x3; field in SmsMessage
978 if (priority >= PRIORITY_NORMAL && priority <= PRIORITY_EMERGENCY) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java321 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY); in testMonolithicOne()
368 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY); in testMonolithicTwo()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java114 public static final int PRIORITY_EMERGENCY = 0x3; field in BearerData