OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTelephonyBackupAgent
(Results
1 - 2
of
2
) sorted by null
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java
95
TelephonyBackupAgent
mTelephonyBackupAgent
;
239
mTelephonyBackupAgent
= new TelephonyBackupAgent();
240
mTelephonyBackupAgent
.attach(new ContextWrapper(getContext()) {
248
mTelephonyBackupAgent
.clearSharedPreferences();
249
mTelephonyBackupAgent
.setContentResolver(mMockContentResolver);
250
mTelephonyBackupAgent
.setSubId(mSubId2Phone, mPhone2SubId);
255
mTelephonyBackupAgent
.clearSharedPreferences();
382
mTelephonyBackupAgent
.putSmsMessagesToJson(mSmsCursor, new JsonWriter(mStringWriter));
391
mTelephonyBackupAgent
.mMaxMsgPerFile = 4;
393
mTelephonyBackupAgent
.putSmsMessagesToJson(mSmsCursor, new JsonWriter(mStringWriter))
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java
492
private TelephonyBackupAgent
mTelephonyBackupAgent
;
509
mTelephonyBackupAgent
.doRestoreFile(fileName, fileInputStream.getFD());
525
mTelephonyBackupAgent
= new TelephonyBackupAgent();
526
mTelephonyBackupAgent
.attach(this);
527
mTelephonyBackupAgent
.onCreate();
535
if (
mTelephonyBackupAgent
!= null) {
536
mTelephonyBackupAgent
.onDestroy();
537
mTelephonyBackupAgent
= null;
[
all
...]
Completed in 92 milliseconds