Searched refs:mFutureDetection (Results 1 – 1 of 1) sorted by relevance
143 private CompletableFuture<OccupantAwarenessDetection> mFutureDetection; field in OccupantAwarenessSystemServiceTest167 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()