Searched refs:mMmsAttachmentRows (Results 1 – 1 of 1) sorted by relevance
84 private ContentValues[] mSmsRows, mMmsRows, mMmsAttachmentRows; field in TelephonyBackupAgentTest232 mMmsAttachmentRows = new ContentValues[1]; in setUp()234 mMmsAttachmentRows[0] = createMmsRow(1 /*id*/, 1 /*subid*/, "Subject 1" /*subject*/, in setUp()546 mMmsTable.addAll(Arrays.asList(mMmsAttachmentRows)); in testBackupMmsWithAttachmentMms()