Home | History | Annotate | Download | only in cts

Lines Matching defs:mUiAutomation

69     private UiAutomation mUiAutomation;
81 mUiAutomation = getInstrumentation().getUiAutomation();
84 ProviderTestUtils.setDefaultSmsApp(true, mContext.getPackageName(), mUiAutomation);
86 ProviderTestUtils.setBackupTransport(LOCAL_BACKUP_COMPONENT, mUiAutomation);
87 mOldBackupEnabled = ProviderTestUtils.setBackupEnabled(true, mUiAutomation);
98 ProviderTestUtils.setBackupEnabled(mOldBackupEnabled, mUiAutomation);
99 ProviderTestUtils.setBackupTransport(mOldTransport, mUiAutomation);
100 ProviderTestUtils.setDefaultSmsApp(false, mContext.getPackageName(), mUiAutomation);
107 return (ProviderTestUtils.hasBackupTransport(LOCAL_BACKUP_COMPONENT, mUiAutomation)
156 ProviderTestUtils.runBackup(TELEPHONY_PROVIDER_PACKAGE, mUiAutomation);
160 ProviderTestUtils.runRestore(TELEPHONY_PROVIDER_PACKAGE, mUiAutomation);
263 mUiAutomation);