Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTextUtils.java30 String extractionStartRegex, boolean startInclusive, in extractSection() argument
43 if (startInclusive) { in extractSection()
DSystemUtil.java220 String extractionStartRegex, boolean startInclusive, in runCommandAndExtractSection() argument
222 return TextUtils.extractSection(runShellCommand(cmd), extractionStartRegex, startInclusive, in runCommandAndExtractSection()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java129 String startPattern, boolean startInclusive, in runCommandAndExtract() argument
151 if (startInclusive) { in runCommandAndExtract()