Home | History | Annotate | Download | only in mms

Lines Matching refs:recipients

47  *    example: adb push ~/recipients /data/data/com.android.mms/files
55 * example: adb push ~/recipients /data/data/com.android.mms/files
106 // Read in list of recipients
109 Log.v(TAG, "Loading recipients");
110 FileInputStream recipients = context.openFileInput("recipients");
112 while ((c = recipients.read()) != -1) {
123 recipients.close();
124 Log.v(TAG, "Loaded recipients: " + mRecipients.size());
126 Log.e(TAG, "can't open recipients file at /data/data/com.android.mms/files/recipients");
188 // Put a random message to one of the random recipients in the SMS db.