Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java100 private String mAllSmsJson, mAllMmsJson, mMmsAllAttachmentJson, mMmsAllNullBodyJson; field in TelephonyBackupAgentTest
272 mMmsAllAttachmentJson = makeJsonArray(mMmsAttachmentJson); in setUp()
560 assertEquals(mMmsAllAttachmentJson, mStringWriter.toString()); in testBackupMmsWithAttachmentMms()
684 (new StringReader(addRandomDataToJson(mMmsAllAttachmentJson))); in testRestoreMmsWithAttachment()