Home | History | Annotate | Download | only in gsm

Lines Matching refs:mRecipientAddress

75     private GsmSmsAddress mRecipientAddress;
1069 mRecipientAddress = p.getAddress();
1151 mRecipientAddress = p.getAddress();
1153 if (mRecipientAddress != null) {
1154 if (VDBG) Rlog.v(LOG_TAG, "SMS recipient address: " + mRecipientAddress.address);