Searched refs:restoreAppDataSnapshot (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/ |
D | AppDataRollbackHelperTest.java | 127 inOrder.verify(installer).restoreAppDataSnapshot( in testRestoreAppDataSnapshot_pendingBackupForUser() 148 inOrder.verify(installer).restoreAppDataSnapshot( in testRestoreAppDataSnapshot_availableBackupForLockedUser() 171 inOrder.verify(installer).restoreAppDataSnapshot( in testRestoreAppDataSnapshot_availableBackupForUnlockedUser() 274 inOrder.verify(installer).restoreAppDataSnapshot( in commitPendingBackupAndRestoreForUser()
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | AppDataRollbackHelper.java | 122 mInstaller.restoreAppDataSnapshot(packageRollbackInfo.getPackageName(), appId, seInfo, in restoreAppData() 275 mInstaller.restoreAppDataSnapshot(info.getPackageName(), ri.appId, in commitPendingBackupAndRestoreForUser()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 561 ASSERT_BINDER_SUCCESS(service->restoreAppDataSnapshot(std::make_unique<std::string>("TEST"), in TEST_F() 653 EXPECT_BINDER_FAIL(service->restoreAppDataSnapshot(std::make_unique<std::string>("BAR"), in TEST_F()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 110 void restoreAppDataSnapshot(@nullable @utf8InCpp String uuid, in @utf8InCpp String packageName, in restoreAppDataSnapshot() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 653 public boolean restoreAppDataSnapshot(String pkg, @AppIdInt int appId, String seInfo, in restoreAppDataSnapshot() method in Installer 658 mInstalld.restoreAppDataSnapshot(null, pkg, appId, seInfo, userId, snapshotId, in restoreAppDataSnapshot()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 66 binder::Status restoreAppDataSnapshot(const std::unique_ptr<std::string>& volumeUuid,
|
D | InstalldNativeService.cpp | 965 binder::Status InstalldNativeService::restoreAppDataSnapshot( in restoreAppDataSnapshot() function in android::installd::InstalldNativeService
|