Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1674 final ArrayList<Event> stoppedEvent = waitForEventCount(STOPPED_EVENT, sleepTime, 1, in testPipActivity_StopToPause() local
1676 assertEquals(Event.ACTIVITY_STOPPED, stoppedEvent.get(0).getEventType()); in testPipActivity_StopToPause()