Searched refs:mEncryptedStorageBytes (Results 1 – 1 of 1) sorted by relevance
197 private final long mEncryptedStorageBytes; field in VirtualMachineConfig271 mEncryptedStorageBytes = encryptedStorageBytes; in VirtualMachineConfig()418 if (mEncryptedStorageBytes > 0) { in serializeOutputStream()419 b.putLong(KEY_ENCRYPTED_STORAGE_BYTES, mEncryptedStorageBytes); in serializeOutputStream()547 return mEncryptedStorageBytes > 0; in isEncryptedStorageEnabled()559 return mEncryptedStorageBytes; in getEncryptedStorageBytes()636 && this.mEncryptedStorageBytes == other.mEncryptedStorageBytes in isCompatibleWith()869 private long mEncryptedStorageBytes; field in VirtualMachineConfig.Builder969 mEncryptedStorageBytes, in build()1186 mEncryptedStorageBytes = encryptedStorageBytes; in setEncryptedStorageBytes()