Searched refs:SLOT_VAR (Results 1 – 1 of 1) sorted by relevance
75 private static final String SLOT_VAR = "current-slot"; field in FastbootDeviceFlasher995 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot()996 Pattern outputPattern = Pattern.compile(String.format("^%s: _?([ab])", SLOT_VAR)); in getCurrentSlot()