Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java283 final long lastTimeAnyComponentUsed = stats.getLastTimeAnyComponentUsed(); in verifyLastTimeAnyComponentUsedWithinRange() local
284 assertLessThan(startTime, lastTimeAnyComponentUsed); in verifyLastTimeAnyComponentUsedWithinRange()
285 assertLessThan(lastTimeAnyComponentUsed, endTime); in verifyLastTimeAnyComponentUsedWithinRange()
309 final long lastTimeAnyComponentUsed = stats.getLastTimeAnyComponentUsed(); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored() local
311 assertLessThanOrEqual(lastTimeAnyComponentUsed, startTime); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored()