Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DTestCarVolumeEventCallback.java32 private final long mTimeOutMs; field in TestCarVolumeEventCallback
37 mTimeOutMs = timeOutMs; in TestCarVolumeEventCallback()
52 return mStatusLatch.await(mTimeOutMs, TimeUnit.MILLISECONDS); in waitForCallback()