Searched refs:RestoreSession (Results 1 – 5 of 5) sorted by relevance
13 import android.app.backup.RestoreSession;90 RestoreSession restoreSession = backupManager.beginRestoreSession(); in getAvailableRestoreSets_shouldCallbackToRestoreSetsAvailable()108 RestoreSession restoreSession = backupManager.beginRestoreSession(); in restoreAll_shouldRestoreData()124 RestoreSession restoreSession = backupManager.beginRestoreSession(); in restoreSome_shouldRestoreSpecifiedPackages()139 RestoreSession restoreSession = backupManager.beginRestoreSession(); in restorePackage_shouldRestoreSpecifiedPackage()160 RestoreSession restoreSession = backupManager.beginRestoreSession(); in restorePackage_noRestoreToken_shouldReturnFailure()
9 import android.app.backup.RestoreSession;74 protected RestoreSession beginRestoreSession() { in beginRestoreSession()77 RestoreSession.class, in beginRestoreSession()
103 Status RestoreSession(const RunOptions& run_options,
153 TEST_F(LoaderTest, RestoreSession) { in TEST_F() argument169 TF_ASSERT_OK(RestoreSession(run_options, actual_bundle.meta_graph_def, in TEST_F()
263 TF_RETURN_IF_ERROR(RestoreSession(run_options, bundle->meta_graph_def, in LoadSavedModelInternal()401 Status RestoreSession(const RunOptions& run_options, in RestoreSession() function