Lines Matching refs:utf8InCpp
35 void addAppIds(in @utf8InCpp String[] packageNames, in int[] appIds); in addAppIds()
36 void addSandboxIds(in int[] appIds, in @utf8InCpp String[] sandboxIds); in addSandboxIds()
40 void partition(@utf8InCpp String diskId, int partitionType, int ratio); in partition()
41 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition()
43 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId); in mount()
44 void unmount(@utf8InCpp String volId); in unmount()
45 void format(@utf8InCpp String volId, @utf8InCpp String fsType); in format()
46 void benchmark(@utf8InCpp String volId, IVoldTaskListener listener); in benchmark()
47 void checkEncryption(@utf8InCpp String volId); in checkEncryption()
49 void moveStorage(@utf8InCpp String fromVolId, @utf8InCpp String toVolId, in moveStorage()
54 void mkdirs(@utf8InCpp String path); in mkdirs()
56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb()
58 void destroyObb(@utf8InCpp String volId); in destroyObb()
67 void fdeCheckPassword(@utf8InCpp String password); in fdeCheckPassword()
70 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable()
71 void fdeChangePassword(int passwordType, @utf8InCpp String password); in fdeChangePassword()
72 void fdeVerifyPassword(@utf8InCpp String password); in fdeVerifyPassword()
73 @utf8InCpp String fdeGetField(@utf8InCpp String key); in fdeGetField()
74 void fdeSetField(@utf8InCpp String key, @utf8InCpp String value); in fdeSetField()
76 @utf8InCpp String fdeGetPassword(); in fdeGetPassword()
84 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab()
85 void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in encryptFstab()
90 void addUserKeyAuth(int userId, int userSerial, @utf8InCpp String token, in addUserKeyAuth()
91 @utf8InCpp String secret); in addUserKeyAuth()
94 void unlockUserKey(int userId, int userSerial, @utf8InCpp String token, in unlockUserKey()
95 @utf8InCpp String secret); in unlockUserKey()
98 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int userSerial, in prepareUserStorage()
100 void destroyUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in destroyUserStorage()
102 void prepareSandboxForApp(in @utf8InCpp String packageName, int appId, in prepareSandboxForApp()
103 in @utf8InCpp String sandboxId, int userId); in prepareSandboxForApp()
104 void destroySandboxForApp(in @utf8InCpp String packageName, in destroySandboxForApp()
105 in @utf8InCpp String sandboxId, int userId); in destroySandboxForApp()
110 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges()
113 void restoreCheckpoint(@utf8InCpp String device); in restoreCheckpoint()
114 void restoreCheckpointPart(@utf8InCpp String device, int count); in restoreCheckpointPart()
120 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume()
121 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume()
122 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in createStubVolume()
123 void destroyStubVolume(@utf8InCpp String volId); in destroyStubVolume()