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.java84 private ContentValues[] mSmsRows, mMmsRows, mMmsAttachmentRows; field in TelephonyBackupAgentTest
232 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()