Searched refs:SLOT_PROP (Results 1 – 1 of 1) sorted by relevance
55 private static final String SLOT_PROP = "ro.boot.slot_suffix"; field in FastbootDeviceFlasher750 String queryOutput = device.executeShellCommand(String.format("getprop %s", SLOT_PROP)); in getCurrentSlot()752 Pattern.compile(String.format("^\\[%s\\]: \\[_?([ab])\\]", SLOT_PROP)); in getCurrentSlot()