Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java97 private static final String KEY_ENCRYPTED_STORAGE_BYTES = "encryptedStorageBytes"; field in VirtualMachineConfig
357 long encryptedStorageBytes = b.getLong(KEY_ENCRYPTED_STORAGE_BYTES); in fromPersistableBundle()
419 b.putLong(KEY_ENCRYPTED_STORAGE_BYTES, mEncryptedStorageBytes); in serializeOutputStream()