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.java1109 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore() argument
1113 if (debounceMs == 0 && mDebounceTagNativeHandle != INVALID_NATIVE_HANDLE in ignore()
1126 mDebounceTagDebounceMs = debounceMs; in ignore()
1137 mHandler.sendEmptyMessageDelayed(MSG_TAG_DEBOUNCE, debounceMs); in ignore()