Searched refs:mTelephonyBackupAgent (Results 1 – 2 of 2) sorted by relevance
114 TelephonyBackupAgent mTelephonyBackupAgent; field in TelephonyBackupAgentTest491 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 …]
555 private TelephonyBackupAgent mTelephonyBackupAgent; field in TelephonyBackupAgent.DeferredSmsMmsRestoreService578 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()