Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsDelegateTest.java154 String[] dumpLines; in testFgsDelegate() local
161 dumpLines = CtsAppTestUtils.executeShellCmd( in testFgsDelegate()
163 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegate()
164 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegate()
169 dumpLines = CtsAppTestUtils.executeShellCmd( in testFgsDelegate()
171 assertNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegate()
172 assertNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegate()
177 dumpLines = CtsAppTestUtils.executeShellCmd( in testFgsDelegate()
179 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsDelegate()
180 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isFgsDelegate=true")); in testFgsDelegate()
[all …]
DActivityManagerFgsBgStartTest.java1951 String[] dumpLines = CtsAppTestUtils.executeShellCmd( in testTempAllowListReasonCodeAlarmClock() local
1953 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testTempAllowListReasonCodeAlarmClock()
2022 String[] dumpLines = CtsAppTestUtils.executeShellCmd( in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal() local
2024 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2032 dumpLines = CtsAppTestUtils.executeShellCmd( in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2034 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2044 dumpLines = CtsAppTestUtils.executeShellCmd( in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2046 assertNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2162 String[] dumpLines = CtsAppTestUtils.executeShellCmd( in testFgsStartInBackgroundRestrictions() local
2164 assertNotNull(CtsAppTestUtils.findLine(dumpLines, "isForeground=true")); in testFgsStartInBackgroundRestrictions()
[all …]
DServiceTest.java2208 String[] dumpLines = CtsAppTestUtils.executeShellCmd( in testBindServiceFlagsLongInternal() local
2210 assertNotNull(CtsAppTestUtils.findLine(dumpLines, in testBindServiceFlagsLongInternal()