Home
last modified time | relevance | path

Searched refs:encryptedStoreFd (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineDescriptor.java118 @Nullable ParcelFileDescriptor encryptedStoreFd) { in VirtualMachineDescriptor() argument
122 mEncryptedStoreFd = encryptedStoreFd; in VirtualMachineDescriptor()
DVirtualMachine.java1839 private void importEncryptedStoreFrom(@NonNull ParcelFileDescriptor encryptedStoreFd) in importEncryptedStoreFrom() argument
1842 FileChannel storeInput = new AutoCloseInputStream(encryptedStoreFd).getChannel()) { in importEncryptedStoreFrom()