Merge "Rename snapshotProfile to createProfileSnapshot for consistency"

This commit is contained in:
TreeHugger Robot
2017-12-06 22:11:28 +00:00
committed by Android (Google) Code Review

View File

@@ -500,7 +500,7 @@ public class Installer extends SystemService {
throws InstallerException {
if (!checkBeforeRemote()) return false;
try {
return mInstalld.snapshotProfile(appId, packageName, codePath);
return mInstalld.createProfileSnapshot(appId, packageName, codePath);
} catch (Exception e) {
throw InstallerException.from(e);
}