Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineDescriptor.java49 @Nullable private final ParcelFileDescriptor mEncryptedStoreFd; field in VirtualMachineDescriptor
62 out.writeParcelable(mEncryptedStoreFd, flags); in writeToParcel()
111 return mEncryptedStoreFd; in getEncryptedStoreFd()
122 mEncryptedStoreFd = encryptedStoreFd; in VirtualMachineDescriptor()
129 mEncryptedStoreFd = readParcelFileDescriptor(in); in VirtualMachineDescriptor()
148 mEncryptedStoreFd) { in close()