Home | History | Annotate | Download | only in ui

Lines Matching refs:recipients

45  *    example: adb push ~/recipients /data/data/com.android.mms/files
99 // Read in list of recipients
102 Log.v(TAG, "Loading recipients");
103 FileInputStream recipients = a.openFileInput("recipients");
105 while ((c = recipients.read()) != -1) {
116 recipients.close();
117 Log.v(TAG, "Loaded recipients: " + mRecipients.size());
119 Log.e(TAG, "can't open recipients file at /data/data/com.android.mms/files/recipients");
298 // only on the first message will there be a recipients editor
311 // only on the first message will there be a recipients editor