OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMS_DELIVER_DEFAULT_APP_ACTION
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/telephony/current/src/android/telephony/cts/
SmsReceiver.java
28
context.sendBroadcast(new Intent(SmsManagerTest.
SMS_DELIVER_DEFAULT_APP_ACTION
));
SmsManagerTest.java
108
public static final String
SMS_DELIVER_DEFAULT_APP_ACTION
= "CTS_SMS_DELIVERY_ACTION_DEFAULT_APP";
598
IntentFilter smsDeliverIntentFilter = new IntentFilter(
SMS_DELIVER_DEFAULT_APP_ACTION
);
608
mSmsDeliverReceiver = new SmsBroadcastReceiver(
SMS_DELIVER_DEFAULT_APP_ACTION
);
[
all
...]
Completed in 2587 milliseconds