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.java402 serviceCategory, 1234, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in doTestCmasBroadcast()
456 5678, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasExtremeAlertType1Elements()
488 12345, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasUnsupportedCharSet()
500 67890, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasUnsupportedCharSet2()
513 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
974 if (priority >= PRIORITY_NORMAL && priority <= PRIORITY_EMERGENCY) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java320 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY); in testMonolithicOne()
367 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY); in testMonolithicTwo()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java117 public static final int PRIORITY_EMERGENCY = 0x3; field in BearerData