Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1914 public int countPendingAsyncRequests() { in countPendingAsyncRequests() method in PropertyHalService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java237 .that(mPropertyHalService.countPendingAsyncRequests()).isEqualTo(0); in verifyNoPendingRequest()