Searched refs:mMaxMsgPerFile (Results 1 – 2 of 2) sorted by relevance
479 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupSms_AllSms()490 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupSms_AllSmsWithExactFileLimit()501 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackupSms_AllSmsOneMessagePerFile()534 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupMms_AllMms()545 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupMmsWithAttachmentMms()556 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackupMms_OneMessagePerFile()576 mTelephonyBackupAgent.mMaxMsgPerFile = 3; in testBackupMms_WithExactFileLimit()663 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackup_WithQuotaExceeded()
260 int mMaxMsgPerFile = 1000; field in TelephonyBackupAgent462 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast(); in putMmsMessagesToJson()475 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast(); in putSmsMessagesToJson()635 final int bulkInsertSize = mMaxMsgPerFile;