Searched refs:SMS_DELIVER_ACTION (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DAppSmsManagerTest.java65 intent.setAction(Intents.SMS_DELIVER_ACTION);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAppSmsManager.java95 * Handle an incoming SMS_DELIVER_ACTION intent if it is an app-only SMS.
99 if (intent.getAction() != Intents.SMS_DELIVER_ACTION) {
H A DInboundSmsHandler.java1028 if (Intents.SMS_DELIVER_ACTION.equals(action)
1129 intent.setAction(Intents.SMS_DELIVER_ACTION);
1311 if (action.equals(Intents.SMS_DELIVER_ACTION)) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandlerTest.java186 // send new SMS to state machine and verify that triggers SMS_DELIVER_ACTION
194 assertEquals(Telephony.Sms.Intents.SMS_DELIVER_ACTION,
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java66 * app receives the {@link android.provider.Telephony.Sms.Intents#SMS_DELIVER_ACTION} broadcast
73 * <li>In a broadcast receiver, include an intent filter for {@link Sms.Intents#SMS_DELIVER_ACTION}
858 public static final String SMS_DELIVER_ACTION = field in class:Telephony.Sms.Intents
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsApplication.java86 * The class name of the SMS_DELIVER_ACTION receiver in this app.
198 * Implement SMS_DELIVER_ACTION broadcast receiver.
226 Intent intent = new Intent(Intents.SMS_DELIVER_ACTION);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandlerTest.java210 assertEquals(Telephony.Sms.Intents.SMS_DELIVER_ACTION,
236 // send new SMS to state machine and verify that triggers SMS_DELIVER_ACTION

Completed in 96 milliseconds