Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1946 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore() argument
1950 if (debounceMs == 0 && mDebounceTagNativeHandle != INVALID_NATIVE_HANDLE in ignore()
1963 mDebounceTagDebounceMs = debounceMs; in ignore()
1974 mHandler.sendEmptyMessageDelayed(MSG_TAG_DEBOUNCE, debounceMs); in ignore()