Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java163 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegate()
164 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegate()
171 assertNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegate()
172 assertNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegate()
179 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegate()
180 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegate()
187 assertNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegate()
188 assertNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegate()
224 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegateNotAllowedWhenAppCanNotStartFGS()
225 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegateNotAllowedWhenAppCanNotStartFGS()
[all …]
DActivityManagerFgsBgStartTest.java1953 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testTempAllowListReasonCodeAlarmClock()
2024 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2034 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2046 assertNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2164 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsStartInBackgroundRestrictions()
2209 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsStartInBackgroundRestrictions()
DServiceTest.java2210 assertNotNull(CtsAppTestUtils.findLine(dumpLines, in testBindServiceFlagsLongInternal()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DProcessStatsDumpsysTest.java327 private static String findLine(String prefix, String[] lines) { in findLine() method in ProcessStatsDumpsysTest
416 String parts[] = commaSplit(findLine( in checkWithProcStatsApp()
431 parts = commaSplit(findLine( in checkWithProcStatsApp()
448 parts = commaSplit(findLine( in checkWithProcStatsApp()
455 parts = commaSplit(findLine( in checkWithProcStatsApp()
468 parts = commaSplit(findLine( in checkWithProcStatsApp()
475 parts = commaSplit(findLine( in checkWithProcStatsApp()
/cts/tests/app/shared/src/android/app/cts/
DCtsAppTestUtils.java71 public static String findLine(String[] lines, CharSequence label) { in findLine() method in CtsAppTestUtils
/cts/tests/quicksettings/src/android/quicksettings/cts/
DBaseTileServiceTest.java142 protected String findLine(String[] lines, CharSequence label) { in findLine() method in BaseTileServiceTest