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

  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/
DialogSmsDisplayTests.java 110 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
118 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java 413 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
422 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
430 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
438 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
446 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
455 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
463 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
471 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
479 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
487 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 52 Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION.equals(action)) {
CellBroadcastAlertService.java 51 Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION.equals(action)) {
63 Log.e(TAG, "received SMS_CB_RECEIVED_ACTION with no extras!");
70 Log.e(TAG, "received SMS_CB_RECEIVED_ACTION with no pdus");
  /frameworks/base/core/java/android/provider/
Telephony.java 610 public static final String SMS_CB_RECEIVED_ACTION =
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]

Completed in 188 milliseconds