Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DTestJob.java33 public static Supplier<Boolean> hasJobStarted = () -> sJobStarted; field in TestJob
DUsageStatsTest.java549 waitUntil(TestJob.hasJobStarted, /* expected */ true); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored()