Searched refs:findLine (Results 1 – 6 of 6) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerFgsDelegateTest.java | 163 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 …]
|
D | ActivityManagerFgsBgStartTest.java | 1953 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()
|
D | ServiceTest.java | 2210 assertNotNull(CtsAppTestUtils.findLine(dumpLines, in testBindServiceFlagsLongInternal()
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | ProcessStatsDumpsysTest.java | 327 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/ |
D | CtsAppTestUtils.java | 71 public static String findLine(String[] lines, CharSequence label) { in findLine() method in CtsAppTestUtils
|
/cts/tests/quicksettings/src/android/quicksettings/cts/ |
D | BaseTileServiceTest.java | 142 protected String findLine(String[] lines, CharSequence label) { in findLine() method in BaseTileServiceTest
|