Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/mediatek/tunerservice/
DIMtkTuner.aidl20 boolean tune(int frequency, String modulation, int timeOutMs); in tune() argument
24 byte[] getTsData(int maxDataSize, int timeOutMs); in getTsData() argument
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DTestCarVolumeEventCallback.java36 TestCarVolumeEventCallback(long timeOutMs) { in TestCarVolumeEventCallback() argument
37 mTimeOutMs = timeOutMs; in TestCarVolumeEventCallback()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/
DCarActivityServiceTaskMonitorUnitTest.java117 long timeOutMs = DEFAULT_TIMEOUT_MS; in setUp() local
119 timeOutMs = SHORT_MIRRORING_TOKEN_TIMEOUT_MS; in setUp()
121 mService = new CarActivityService(getContext(), timeOutMs); in setUp()
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsTetheringUtils.java302 @NonNull final List<String> regexs, final int type, long timeOutMs) { in pollTetheredInterfacesChanged() argument
304 final CallbackValue cv = mCurrent.poll(timeOutMs, c -> true); in pollTetheredInterfacesChanged()