Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java55 private static final String SLOT_PROP = "ro.boot.slot_suffix"; field in FastbootDeviceFlasher
750 String queryOutput = device.executeShellCommand(String.format("getprop %s", SLOT_PROP)); in getCurrentSlot()
752 Pattern.compile(String.format("^\\[%s\\]: \\[_?([ab])\\]", SLOT_PROP)); in getCurrentSlot()