Searched refs:mTelephonyBackupAgent (Results 1 – 2 of 2) sorted by relevance
114 TelephonyBackupAgent mTelephonyBackupAgent; field in TelephonyBackupAgentTest310 mTelephonyBackupAgent = new TelephonyBackupAgent(); in setUp()311 mTelephonyBackupAgent.attach(new ContextWrapper(getContext()) { in setUp()319 mTelephonyBackupAgent.clearSharedPreferences(); in setUp()320 mTelephonyBackupAgent.setContentResolver(mMockContentResolver); in setUp()321 mTelephonyBackupAgent.setSubId(mSubId2Phone, mPhone2SubId); in setUp()326 mTelephonyBackupAgent.clearSharedPreferences(); in tearDown()482 mTelephonyBackupAgent.putSmsMessagesToJson(mSmsCursor, new JsonWriter(mStringWriter)); in testBackupSms_NoSms()491 mTelephonyBackupAgent.mMaxMsgPerFile = 4; in testBackupSms_AllSms()493 mTelephonyBackupAgent.putSmsMessagesToJson(mSmsCursor, new JsonWriter(mStringWriter)); in testBackupSms_AllSms()[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()