Home
last modified time | relevance | path

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

/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DDumpsysHostTest.java163 private void checkTag(String tag, boolean hasProcess) { in checkTag() argument
164 assertEquals(hasProcess ? 3 : 2, tag.length()); in checkTag()
178 if (hasProcess) { in checkTag()