summaryrefslogtreecommitdiff
path: root/binder/android/os/IVold.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'binder/android/os/IVold.aidl')
-rw-r--r--binder/android/os/IVold.aidl7
1 files changed, 3 insertions, 4 deletions
diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl
index 852e8af1..229f173d 100644
--- a/binder/android/os/IVold.aidl
+++ b/binder/android/os/IVold.aidl
@@ -85,17 +85,16 @@ interface IVold {
void setStorageBindingSeed(in byte[] seed);
- void createUserStorageKeys(int userId, int userSerial, boolean ephemeral);
+ void createUserStorageKeys(int userId, boolean ephemeral);
void destroyUserStorageKeys(int userId);
void setCeStorageProtection(int userId, @utf8InCpp String secret);
int[] getUnlockedUsers();
- void unlockCeStorage(int userId, int userSerial, @utf8InCpp String secret);
+ void unlockCeStorage(int userId, @utf8InCpp String secret);
void lockCeStorage(int userId);
- void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int userSerial,
- int storageFlags);
+ void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags);
void destroyUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags);
void prepareSandboxForApp(in @utf8InCpp String packageName, int appId,