Searched refs:mMmsTable (Results 1 – 1 of 1) sorted by relevance
71 private final List<ContentValues> mMmsTable = new ArrayList<>(); field in TelephonyBackupAgentTest116 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()447 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_AllMms()458 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_OneMessagePerFile()476 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackupMms_WithExactFileLimit()546 mMmsTable.addAll(Arrays.asList(mMmsRows)); in testBackup_WithQuotaExceeded()