Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java143 private CompletableFuture<OccupantAwarenessDetection> mFutureDetection; field in OccupantAwarenessSystemServiceTest
167 assertThat(mFutureDetection.isDone()).isFalse(); in testWithNoRegisteredListeners()
232 assertThat(mFutureDetection.isDone()).isFalse(); in test_unregisteredListeners()
299 mFutureDetection.complete(detectionEvent); in registerCallbackToService()
310 mFutureDetection = new CompletableFuture<>(); in resetFutures()