Searched refs:timeOutMs (Results 1 – 4 of 4) sorted by relevance
20 boolean tune(int frequency, String modulation, int timeOutMs); in tune() argument24 byte[] getTsData(int maxDataSize, int timeOutMs); in getTsData() argument
36 TestCarVolumeEventCallback(long timeOutMs) { in TestCarVolumeEventCallback() argument37 mTimeOutMs = timeOutMs; in TestCarVolumeEventCallback()
117 long timeOutMs = DEFAULT_TIMEOUT_MS; in setUp() local119 timeOutMs = SHORT_MIRRORING_TOKEN_TIMEOUT_MS; in setUp()121 mService = new CarActivityService(getContext(), timeOutMs); in setUp()
302 @NonNull final List<String> regexs, final int type, long timeOutMs) { in pollTetheredInterfacesChanged() argument304 final CallbackValue cv = mCurrent.poll(timeOutMs, c -> true); in pollTetheredInterfacesChanged()