Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineCustomImageConfig.java31 private static final String KEY_BOOTLOADER = "bootloader"; field in VirtualMachineCustomImageConfig
126 builder.setBootloaderPath(customImageConfigBundle.getString(KEY_BOOTLOADER)); in from()
159 pb.putString(KEY_BOOTLOADER, this.bootloaderPath); in toPersistableBundle()