Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
H A DSendGsmCmasMessages.java81 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY); in testSendCmasPresAlert()
100 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY); in testSendCmasExtremeAlert()
119 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY); in testSendCmasSevereAlert()
138 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY); in testSendCmasAmberAlert()
157 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY); in testSendCmasMonthlyTest()
176 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY); in testSendCmasExerciseTest()
H A DGsmSmsCbMessage.java113 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, header.getEtwsInfo(), in createSmsCbMessage()
122 int priority = header.isEmergencyMessage() ? SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY in createSmsCbMessage()
158 int priority = header.isEmergencyMessage() ? SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY in createSmsCbMessage()
H A DSendCdmaCmasMessages.java135 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, null, cmasInfo, 0, 1); in createCmasSmsMessage()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastResourcesTest.java57 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, null, new SmsCbCmasInfo(0, 2, 3, 4, 5, 6), in testGetMessageDetails()
69 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, null, new SmsCbCmasInfo(0, 2, 3, 4, 5, 6), in testGetMessageDetailsCmasMessage()
H A DCellBroadcastAlertServiceTest.java66 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, null, in createMessageForCmasMessageClass()
75 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, null, in createCmasMessageWithLanguage()
377 SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, etwsInfo, in testShouldDisplayMessage()
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DGsmSmsCbMessage.java117 header.getEtwsInfo().getWarningType()), SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, in createSmsCbMessage()
126 int priority = header.isEmergencyMessage() ? SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY in createSmsCbMessage()
162 int priority = header.isEmergencyMessage() ? SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY in createSmsCbMessage()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSmsCbMessage.java129 public static final int MESSAGE_PRIORITY_EMERGENCY = 3; field in SmsCbMessage
136 MESSAGE_PRIORITY_EMERGENCY,
524 return mPriority == MESSAGE_PRIORITY_EMERGENCY; in isEmergencyMessage()
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DCdmaSmsMessageTest.java492 assertEquals(SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, cbMessage.getMessagePriority()); in doTestCmasBroadcast()
554 assertEquals(SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, cbMessage.getMessagePriority()); in testCmasExtremeAlertType1Elements()
616 assertEquals(SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, cbMessage.getMessagePriority()); in testCmasNoRecordType0()
H A DGsmSmsCbMessageTest.java139 assertEquals(SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, msg.getMessagePriority()); in testCreateMessageFromBinary()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java409 assertEquals(SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, cbMessage.getMessagePriority()); in doTestCmasBroadcast()
466 assertEquals(SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, cbMessage.getMessagePriority()); in testCmasExtremeAlertType1Elements()
521 assertEquals(SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, cbMessage.getMessagePriority()); in testCmasNoRecordType0()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt11786 field public static final int MESSAGE_PRIORITY_EMERGENCY = 3; // 0x3