Searched defs:timeoutInMs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java719 * Pauses polling for a {@code timeoutInMs} millis. If polling must be resumed before timeout,
723 public void pausePolling(int timeoutInMs) { argument
725 sService.pausePolling(timeoutInMs);

Completed in 50 milliseconds