Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java96 private static final String KEY_CONSOLE_INPUT_DEVICE = "consoleInputDevice"; field in VirtualMachineConfig
353 String consoleInputDevice = b.getString(KEY_CONSOLE_INPUT_DEVICE); in fromPersistableBundle()
413 b.putString(KEY_CONSOLE_INPUT_DEVICE, mConsoleInputDevice); in serializeOutputStream()