Searched refs:encryptedStorageBytes (Results 1 – 1 of 1) sorted by relevance
247 long encryptedStorageBytes, in VirtualMachineConfig() argument271 mEncryptedStorageBytes = encryptedStorageBytes; in VirtualMachineConfig()357 long encryptedStorageBytes = b.getLong(KEY_ENCRYPTED_STORAGE_BYTES); in fromPersistableBundle() local358 if (encryptedStorageBytes != 0) { in fromPersistableBundle()359 builder.setEncryptedStorageBytes(encryptedStorageBytes); in fromPersistableBundle()1182 public Builder setEncryptedStorageBytes(@IntRange(from = 1) long encryptedStorageBytes) { in setEncryptedStorageBytes()1183 if (encryptedStorageBytes <= 0) { in setEncryptedStorageBytes()1186 mEncryptedStorageBytes = encryptedStorageBytes; in setEncryptedStorageBytes()