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.java1635 sService.removeNfcUnlockHandler(mNfcUnlockHandlers.get(unlockHandler)); in addNfcUnlockHandler()
1668 public boolean removeNfcUnlockHandler(NfcUnlockHandler unlockHandler) { in removeNfcUnlockHandler() method in NfcAdapter
1672 sService.removeNfcUnlockHandler(mNfcUnlockHandlers.remove(unlockHandler)); in removeNfcUnlockHandler()
/frameworks/base/api/
Dsystem-current.txt27313 method public boolean removeNfcUnlockHandler(android.nfc.NfcAdapter.NfcUnlockHandler);