Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1508 int stops = 0; in testInstantAppUsageEventsObfuscated() local
1528 stops++; in testInstantAppUsageEventsObfuscated()
1535 assertEquals("Unexpected number of activity stops", 2, stops); in testInstantAppUsageEventsObfuscated()
1559 int stops = 0; in testSuddenDestroy() local
1575 stops++; in testSuddenDestroy()
1581 assertEquals("Unexpected number of activity stops", 1, stops); in testSuddenDestroy()
1615 int stops = 0; in testPipActivity() local
1636 stops++; in testPipActivity()
1643 assertEquals("Unexpected number of activity stops", 0, stops); in testPipActivity()