Home
last modified time | relevance | path

Searched refs:restoreAppDataSnapshot (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
DAppDataRollbackHelperTest.java128 inOrder.verify(installer).restoreAppDataSnapshot( in testRestoreAppDataSnapshot_pendingBackupForUser()
149 inOrder.verify(installer).restoreAppDataSnapshot( in testRestoreAppDataSnapshot_availableBackupForLockedUser()
172 inOrder.verify(installer).restoreAppDataSnapshot( in testRestoreAppDataSnapshot_availableBackupForUnlockedUser()
275 inOrder.verify(installer).restoreAppDataSnapshot( in commitPendingBackupAndRestoreForUser()
/frameworks/base/services/core/java/com/android/server/rollback/
DAppDataRollbackHelper.java124 mInstaller.restoreAppDataSnapshot(packageRollbackInfo.getPackageName(), appId, seInfo, in restoreAppData()
278 mInstaller.restoreAppDataSnapshot(info.getPackageName(), ri.appId, in commitPendingBackupAndRestoreForUser()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl112 void restoreAppDataSnapshot(@nullable @utf8InCpp String uuid, in @utf8InCpp String packageName, in restoreAppDataSnapshot() method
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp560 ASSERT_BINDER_SUCCESS(service->restoreAppDataSnapshot(std::make_optional<std::string>("TEST"), in TEST_F()
692 EXPECT_BINDER_FAIL(service->restoreAppDataSnapshot(std::make_optional<std::string>("BAR"), in TEST_F()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java646 public boolean restoreAppDataSnapshot(String pkg, @AppIdInt int appId, String seInfo, in restoreAppDataSnapshot() method in Installer
651 mInstalld.restoreAppDataSnapshot(null, pkg, appId, seInfo, userId, snapshotId, in restoreAppDataSnapshot()
/frameworks/native/cmds/installd/
DInstalldNativeService.h71 binder::Status restoreAppDataSnapshot(const std::optional<std::string>& volumeUuid,
DInstalldNativeService.cpp1019 binder::Status InstalldNativeService::restoreAppDataSnapshot( in restoreAppDataSnapshot() function in android::installd::InstalldNativeService