Home
last modified time | relevance | path

Searched refs:mMaxMsgPerFile (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java479 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()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java260 int mMaxMsgPerFile = 1000; field in TelephonyBackupAgent
462 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast(); in putMmsMessagesToJson()
475 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast(); in putSmsMessagesToJson()
635 final int bulkInsertSize = mMaxMsgPerFile;