Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1696 final ArrayList<Event> secondStoppedEvent = waitForEventCount(STOPPED_EVENT, in testPipActivity_StopToPause() local
1699 assertEquals(Event.ACTIVITY_STOPPED, secondStoppedEvent.get(0).getEventType()); in testPipActivity_StopToPause()