Searched refs:FASTBOOT_CMD_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
39 private static final long FASTBOOT_CMD_TIMEOUT = 1 * 60 * 1000; field in FastbootHelper88 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getDevices()107 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getBootloaderAndFastbootdDevices()190 final CommandResult fastbootResult = mRunUtil.runTimedCmd(FASTBOOT_CMD_TIMEOUT, in executeCommand()204 FASTBOOT_CMD_TIMEOUT, in isFastbootd()
81 private static final long FASTBOOT_CMD_TIMEOUT = 1 * 60 * 1000; field in DeviceManager1044 CommandResult result = getRunUtil().runTimedCmd(FASTBOOT_CMD_TIMEOUT, fullCmd); in executeGlobalAdbCommand()