Home
last modified time | relevance | path

Searched refs:getWarningType (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DGsmSmsCbMessageTest.java1012 msg.getEtwsWarningInfo().getWarningType()); in testEtwsMessageNormal()
1023 msg.getEtwsWarningInfo().getWarningType()); in testEtwsMessageCancel()
1034 msg.getEtwsWarningInfo().getWarningType()); in testEtwsMessageTest()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSmsCbEtwsInfo.java145 public @WarningType int getWarningType() { in getWarningType() method in SmsCbEtwsInfo
H A DSmsCbMessage.java596 cv.put(CellBroadcasts.ETWS_WARNING_TYPE, etwsInfo.getWarningType()); in getContentValues()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastResources.java335 switch (etwsInfo.getWarningType()) { in getDialogTitleResource()
453 switch (etwsInfo.getWarningType()) { in getDialogPictogramResource()
H A DCellBroadcastAlertService.java469 if ((etwsInfo != null && etwsInfo.getWarningType() in isChannelEnabled()
625 int warningType = message.getEtwsWarningInfo().getWarningType(); in openEmergencyAlertNotification()
H A DCellBroadcastContentProvider.java275 cv.put(Telephony.CellBroadcasts.ETWS_WARNING_TYPE, etwsInfo.getWarningType()); in getContentValues()
/aosp12/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
H A DGsmSmsCbMessage.java112 getEtwsPrimaryMessage(context, header.getEtwsInfo().getWarningType()), in createSmsCbMessage()
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DGsmSmsCbMessage.java117 header.getEtwsInfo().getWarningType()), SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, in createSmsCbMessage()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt11726 method public int getWarningType();