Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DINfcAdapter.aidl67 void removeNfcUnlockHandler(INfcUnlockHandler unlockHandler); in removeNfcUnlockHandler() method
DNfcAdapter.java1762 sService.removeNfcUnlockHandler(mNfcUnlockHandlers.get(unlockHandler)); in addNfcUnlockHandler()
1796 public boolean removeNfcUnlockHandler(NfcUnlockHandler unlockHandler) { in removeNfcUnlockHandler() method in NfcAdapter
1805 sService.removeNfcUnlockHandler(mNfcUnlockHandlers.remove(unlockHandler)); in removeNfcUnlockHandler()
/frameworks/base/api/
Dsystem-current.txt29802 method public boolean removeNfcUnlockHandler(android.nfc.NfcAdapter.NfcUnlockHandler);