Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java127 private Intent mDeliveryIntent; field in SmsManagerTest
577 mDeliveredIntent = PendingIntent.getBroadcast(mContext, 0, mDeliveryIntent, in init()
583 mDeliveryIntent = new Intent(SMS_DELIVERY_ACTION); in setupBroadcastReceivers()
624 deliveryIntents.add(PendingIntent.getBroadcast(mContext, 0, mDeliveryIntent, 0)); in sendMultipartTextMessageIfSupported()