Searched refs:mMmsTable (Results 1 – 1 of 1) sorted by relevance
88 private final List<ContentValues> mMmsTable = new ArrayList<>(); field in TelephonyBackupAgentTest135 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()547 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_AllMms()558 mMmsTable.addAll(Arrays.asList(mMmsAttachmentRows)); in testBackupMmsWithAttachmentMms()569 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_OneMessagePerFile()587 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_WithExactFileLimit()715 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackup_WithQuotaExceeded()741 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackup_WithoutChanges_DoesNotChangeOutput()