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.java401 serviceCategory, 1234, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in doTestCmasBroadcast()
455 5678, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasExtremeAlertType1Elements()
487 12345, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasUnsupportedCharSet()
499 67890, BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasUnsupportedCharSet2()
512 BearerData.PRIORITY_EMERGENCY, BearerData.LANGUAGE_ENGLISH, in testCmasNoRecordType0()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java109 private static final int PRIORITY_EMERGENCY = 0x3; field in SmsMessage
853 if (priority >= PRIORITY_NORMAL && priority <= PRIORITY_EMERGENCY) { in privateGetSubmitPdu()
DBearerData.java106 public static final int PRIORITY_EMERGENCY = 0x3; field in BearerData
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java272 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY); in testMonolithicOne()
319 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY); in testMonolithicTwo()