Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java75 private static final String SLOT_VAR = "current-slot"; field in FastbootDeviceFlasher
995 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot()
996 Pattern outputPattern = Pattern.compile(String.format("^%s: _?([ab])", SLOT_VAR)); in getCurrentSlot()