Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendGsmCmasMessages.java56 private static final String PUBLIC_SAFETY_MESSAGE = "This is a public safety message."; field in SendGsmCmasMessages
215 TextUtils.isEmpty(messageBody) ? PUBLIC_SAFETY_MESSAGE : messageBody, in testSendPublicSafetyMessagesAlert()