Searched refs:runRestore (Results 1 – 3 of 3) 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()
160 ProviderTestUtils.runRestore(TELEPHONY_PROVIDER_PACKAGE, mUiAutomation); in testSmsBackupRestore()
175 static void runRestore(String packageName, UiAutomation uiAutomation) throws Exception { in runRestore() method in ProviderTestUtils