summaryrefslogtreecommitdiff
path: root/cmds/installd/binder/android/os/IInstalld.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/installd/binder/android/os/IInstalld.aidl')
-rw-r--r--cmds/installd/binder/android/os/IInstalld.aidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/installd/binder/android/os/IInstalld.aidl b/cmds/installd/binder/android/os/IInstalld.aidl
index 33741063f6..dbd89f5e21 100644
--- a/cmds/installd/binder/android/os/IInstalld.aidl
+++ b/cmds/installd/binder/android/os/IInstalld.aidl
@@ -62,7 +62,8 @@ interface IInstalld {
void clearAppProfiles(@utf8InCpp String packageName);
void destroyAppProfiles(@utf8InCpp String packageName);
- boolean snapshotProfile(int appId, @utf8InCpp String packageName, @utf8InCpp String codePath);
+ boolean createProfileSnapshot(int appId, @utf8InCpp String packageName,
+ @utf8InCpp String codePath);
void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String codePath);
void idmap(@utf8InCpp String targetApkPath, @utf8InCpp String overlayApkPath, int uid);