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

  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsReceiver.java 27 if (intent != null && intent.getAction().equals(Telephony.Sms.Intents.SMS_DELIVER_ACTION)) {
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/receiver/
MessagingReceiver.java 40 if (Intents.SMS_DELIVER_ACTION.equals(action)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
AppSmsManager.java 95 * Handle an incoming SMS_DELIVER_ACTION intent if it is an app-only SMS.
99 if (intent.getAction() != Intents.SMS_DELIVER_ACTION) {
InboundSmsHandler.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaInboundSmsHandlerTest.java 183 // send new SMS to state machine and verify that triggers SMS_DELIVER_ACTION
191 assertEquals(Telephony.Sms.Intents.SMS_DELIVER_ACTION,
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 65 * app receives the {@link android.provider.Telephony.Sms.Intents#SMS_DELIVER_ACTION} broadcast
72 * <li>In a broadcast receiver, include an intent filter for {@link Sms.Intents#SMS_DELIVER_ACTION}
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsApplication.java 86 * 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);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 209 assertEquals(Telephony.Sms.Intents.SMS_DELIVER_ACTION,
233 // send new SMS to state machine and verify that triggers SMS_DELIVER_ACTION
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 332 milliseconds