Searched refs:runRestore (Results 1 – 4 of 4) sorted by relevance
102 runRestore(); in testBackupAndRestoreForSingleNumber()132 runRestore(); in testBackupAndRestoreWithDeletion()173 private void runRestore() throws Exception { in runRestore() method in BlockedNumberBackupRestoreTest174 ProviderTestUtils.runRestore(BLOCKED_NUMBERS_PROVIDER_PACKAGE, mUiAutomation); in runRestore()
125 static void runRestore(String packageName, UiAutomation uiAutomation) throws Exception { in runRestore() method in ProviderTestUtils
160 ProviderTestUtils.runRestore(TELEPHONY_PROVIDER_PACKAGE, mUiAutomation); in testSmsBackupRestore()
220 restoreRunner.runRestore(backupMonitor); in testRestorePackagesInternal()223 restoreRunner.runRestore(null); in testRestorePackagesInternal()294 void runRestore(BackupManagerMonitor monitor) throws InterruptedException; in runRestore() method