Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java98 private String[] mSmsJson, mMmsJson, mMmsAttachmentJson; field in TelephonyBackupAgentTest
245 mMmsAttachmentJson = new String[1]; in setUp()
260 mMmsAttachmentJson[0] = "{\"self_phone\":\"+111111111111111\",\"sub\":\"Subject 1\"," + in setUp()
272 mMmsAllAttachmentJson = makeJsonArray(mMmsAttachmentJson); in setUp()