Home
last modified time | relevance | path

Searched refs:mMmsAttachmentRows (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java96 private ContentValues[] mSmsRows, mMmsRows, mMmsAttachmentRows; field in TelephonyBackupAgentTest
272 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()