Searched refs:mMmsTable (Results 1 – 1 of 1) sorted by relevance
88 private final List<ContentValues> mMmsTable = new ArrayList<>(); field in TelephonyBackupAgentTest163 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()587 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_AllMms()598 mMmsTable.addAll(Arrays.asList(mMmsAttachmentRows)); in testBackupMmsWithAttachmentMms()609 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_OneMessagePerFile()627 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_WithExactFileLimit()793 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackup_WithQuotaExceeded()825 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackup_WithoutChanges_DoesNotChangeOutput()