Lines Matching refs:userId
34 void onUserAdded(int userId, int userSerial, int sharesStorageWithUserId); in onUserAdded() argument
35 void onUserRemoved(int userId); in onUserRemoved() argument
36 void onUserStarted(int userId); in onUserStarted() argument
37 void onUserStopped(int userId); in onUserStopped() argument
91 void createUserStorageKeys(int userId, boolean ephemeral); in createUserStorageKeys() argument
92 void destroyUserStorageKeys(int userId); in destroyUserStorageKeys() argument
94 void setCeStorageProtection(int userId, in byte[] secret); in setCeStorageProtection() argument
97 void unlockCeStorage(int userId, in byte[] secret); in unlockCeStorage() argument
98 void lockCeStorage(int userId); in lockCeStorage() argument
100 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in prepareUserStorage() argument
101 void destroyUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in destroyUserStorage() argument
104 in @utf8InCpp String sandboxId, int userId); in prepareSandboxForApp() argument
106 in @utf8InCpp String sandboxId, int userId); in destroySandboxForApp() argument