Searched refs:mVmConsoleInputSupported (Results 1 – 2 of 2) sorted by relevance
203 private final boolean mVmConsoleInputSupported; field in VirtualMachineConfig273 mVmConsoleInputSupported = vmConsoleInputSupported; in VirtualMachineConfig()422 b.putBoolean(KEY_VM_CONSOLE_INPUT_SUPPORTED, mVmConsoleInputSupported); in serializeOutputStream()582 return mVmConsoleInputSupported; in isVmConsoleInputSupported()638 && this.mVmConsoleInputSupported == other.mVmConsoleInputSupported in isCompatibleWith()871 private boolean mVmConsoleInputSupported = false; field in VirtualMachineConfig.Builder944 if (mVmConsoleInputSupported && mDebugLevel != DEBUG_LEVEL_FULL) { in build()971 mVmConsoleInputSupported, in build()1230 mVmConsoleInputSupported = supported; in setVmConsoleInputSupported()
328 private final boolean mVmConsoleInputSupported; field in VirtualMachine450 mVmConsoleInputSupported = config.isVmConsoleInputSupported(); in VirtualMachine()1171 if (mVmConsoleInputSupported) { in run()1203 } else if (mVmConsoleInputSupported) { in run()1390 if (!mVmConsoleInputSupported) { in getConsoleInput()