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.java168 private void checkTag(String tag, boolean hasProcess) { in checkTag() argument
169 assertEquals(hasProcess ? 3 : 2, tag.length()); in checkTag()
183 if (hasProcess) { in checkTag()