Home
last modified time | relevance | path

Searched defs:outputPattern (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java268 Pattern outputPattern = Pattern.compile("^current-slot: _?([ab])"); in getCurrentSlot() local
DFastbootDeviceFlasher.java747 Pattern outputPattern = Pattern.compile(String.format("^%s: _?([ab])", SLOT_VAR)); in getCurrentSlot() local
751 Pattern outputPattern = in getCurrentSlot() local