Home
last modified time | relevance | path

Searched refs:SMS_RETRIEVER_ACTION (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/TestSmsRetrieverApp/src/android/telephony/cts/smsretriever/
DMainActivity.java40 private static final String SMS_RETRIEVER_ACTION = "CTS_SMS_RETRIEVER_ACTION"; field in MainActivity
67 Intent bIntent = new Intent(SMS_RETRIEVER_ACTION); in onCreate()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java111 private static final String SMS_RETRIEVER_ACTION = "CTS_SMS_RETRIEVER_ACTION"; field in SmsManagerTest
171 IntentFilter smsRetrieverIntentFilter = new IntentFilter(SMS_RETRIEVER_ACTION); in setUp()
180 mSmsRetrieverReceiver = new SmsBroadcastReceiver(SMS_RETRIEVER_ACTION); in setUp()