Home
last modified time | relevance | path

Searched defs:addNfcUnlockHandler (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Nfc/framework/java/android/nfc/
DINfcAdapter.aidl69 void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, in int[] techList); in addNfcUnlockHandler() method
DNfcAdapter.java2256 public boolean addNfcUnlockHandler(final NfcUnlockHandler unlockHandler, in addNfcUnlockHandler() method in NfcAdapter
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcService.java2950 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler() method in NfcService.NfcAdapterService