Home
last modified time | relevance | path

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

/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java114 TelephonyBackupAgent mTelephonyBackupAgent; field in TelephonyBackupAgentTest
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()
610 mTelephonyBackupAgent.initUnknownSender(); in testRestoreSms_AllSms()
624 mTelephonyBackupAgent.initUnknownSender(); in testRestoreSms_WithException()
[all …]
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java555 private TelephonyBackupAgent mTelephonyBackupAgent; field in TelephonyBackupAgent.DeferredSmsMmsRestoreService
578 mTelephonyBackupAgent.doRestoreFile(fileName, fileInputStream.getFD()); in onHandleIntent()
611 mTelephonyBackupAgent = new TelephonyBackupAgent(); in onCreate()
612 mTelephonyBackupAgent.attach(this); in onCreate()
613 mTelephonyBackupAgent.onCreate(); in onCreate()
621 if (mTelephonyBackupAgent != null) { in onDestroy()
622 mTelephonyBackupAgent.onDestroy(); in onDestroy()
623 mTelephonyBackupAgent = null; in onDestroy()