HomeSort by relevance Sort by last modified time
    Searched refs:SMS_EMERGENCY_CB_RECEIVED_ACTION (Results 1 - 6 of 6) sorted by null

  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/
DialogSmsDisplayTests.java 126 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
135 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
144 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 51 } else if (Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION.equals(action) ||
CellBroadcastAlertService.java 50 if (Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION.equals(action) ||
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java 528 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
537 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
546 Intent intent = new Intent(Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION);
  /frameworks/base/core/java/android/provider/
Telephony.java 615 public static final String SMS_EMERGENCY_CB_RECEIVED_ACTION =
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]

Completed in 140 milliseconds