Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java873 public void pausePolling(int timeoutInMs) { in pausePolling() argument
876 if (timeoutInMs <= 0 || timeoutInMs > MAX_POLLING_PAUSE_TIMEOUT) { in pausePolling()
877 Log.e(TAG, "Refusing to pause polling for " + timeoutInMs + "ms."); in pausePolling()
885 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local