Searched refs:mMaxMsgPerFile (Results 1 – 2 of 2) sorted by relevance
491 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupSms_AllSms()502 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupSms_AllSmsWithExactFileLimit()513 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackupSms_AllSmsOneMessagePerFile()546 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupMms_AllMms()557 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupMmsWithAttachmentMms()568 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackupMms_OneMessagePerFile()588 mTelephonyBackupAgent.mMaxMsgPerFile = 3; in testBackupMms_WithExactFileLimit()709 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackup_WithQuotaExceeded()
272 int mMaxMsgPerFile = 1000; field in TelephonyBackupAgent477 for (; results.count < mMaxMsgPerFile && !cursor.isAfterLast(); in putMmsMessagesToJson()491 for (; results.count < mMaxMsgPerFile && !cursor.isAfterLast(); in putSmsMessagesToJson()681 final int bulkInsertSize = mMaxMsgPerFile;