Searched refs:PRIORITY_EMERGENCY (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
D | CdmaSmsCbTest.java | 403 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/ |
D | SmsMessage.java | 106 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/ |
D | CdmaSmsTest.java | 321 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/ |
D | BearerData.java | 114 public static final int PRIORITY_EMERGENCY = 0x3; field in BearerData
|