Searched refs:mDeliveryIntent (Results 1 – 1 of 1) sorted by relevance
127 private Intent mDeliveryIntent; field in SmsManagerTest577 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()