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.java2020 int stops = 0; in testInstantAppUsageEventsObfuscated() local
2040 stops++; in testInstantAppUsageEventsObfuscated()
2047 assertEquals("Unexpected number of activity stops", 2, stops); in testInstantAppUsageEventsObfuscated()
2071 int stops = 0; in testSuddenDestroy() local
2087 stops++; in testSuddenDestroy()
2093 assertEquals("Unexpected number of activity stops", 1, stops); in testSuddenDestroy()
2127 int stops = 0; in testPipActivity() local
2148 stops++; in testPipActivity()
2155 assertEquals("Unexpected number of activity stops", 0, stops); in testPipActivity()