Home | History | Annotate | Download | only in ui

Lines Matching refs:recipients

48  *    example: adb push ~/recipients /data/data/com.android.mms/files
110 // Read in list of recipients
113 Log.v(TAG, "Loading recipients");
114 FileInputStream recipients = mActivity.openFileInput("recipients");
116 while ((c = recipients.read()) != -1) {
127 recipients.close();
128 Log.v(TAG, "Loaded recipients: " + mRecipients.size());
130 Log.e(TAG, "can't open recipients file at /data/data/com.android.mms/files/recipients");
373 // only on the first message will there be a recipients editor
386 // only on the first message will there be a recipients editor