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