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.java391 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupSms_AllSms()
402 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupSms_AllSmsWithExactFileLimit()
413 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackupSms_AllSmsOneMessagePerFile()
446 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupMms_AllMms()
457 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackupMms_OneMessagePerFile()
477 mTelephonyBackupAgent.mMaxMsgPerFile = 3; in testBackupMms_WithExactFileLimit()
540 mTelephonyBackupAgent.mMaxMsgPerFile = 1; in testBackup_WithQuotaExceeded()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java239 int mMaxMsgPerFile = 1000; field in TelephonyBackupAgent
440 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast(); in putMmsMessagesToJson()
453 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast(); in putSmsMessagesToJson()
595 final int bulkInsertSize = mMaxMsgPerFile;