Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java288 final long lastDayAnyComponentUsedGlobal = in verifyLastTimeAnyComponentUsedWithinRange() local
290 assertLessThanOrEqual(startTime / DAY, lastDayAnyComponentUsedGlobal); in verifyLastTimeAnyComponentUsedWithinRange()
291 assertLessThanOrEqual(lastDayAnyComponentUsedGlobal, endTime / DAY); in verifyLastTimeAnyComponentUsedWithinRange()
315 final long lastDayAnyComponentUsedGlobal = in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored() local
318 assertLessThanOrEqual(lastDayAnyComponentUsedGlobal, startTime / DAY); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored()