Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java907 intent.setAction(Intents.DATA_SMS_RECEIVED_ACTION); in dispatchSmsDeliveryIntent()
1055 if (!Intents.DATA_SMS_RECEIVED_ACTION.equals(action) in onReceive()
1057 && !Intents.DATA_SMS_RECEIVED_ACTION.equals(action) in onReceive()
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java894 public static final String DATA_SMS_RECEIVED_ACTION = field in Telephony.Sms.Intents
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java433 } else if (action.equals(Intents.DATA_SMS_RECEIVED_ACTION)) {
740 intentFilter.addAction(Intents.DATA_SMS_RECEIVED_ACTION); in listenForBroadcasts()
/frameworks/base/api/
Dsystem-current.txt27345 …field public static final java.lang.String DATA_SMS_RECEIVED_ACTION = "android.intent.action.DATA_…
Dcurrent.txt25753 …field public static final java.lang.String DATA_SMS_RECEIVED_ACTION = "android.intent.action.DATA_…