Home
last modified time | relevance | path

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

/packages/modules/Nfc/framework/java/android/nfc/
DINfcUnlockHandler.aidl10 boolean onUnlockAttempted(in Tag tag); in onUnlockAttempted() method
DNfcAdapter.java749 public boolean onUnlockAttempted(Tag tag); in onUnlockAttempted() method
2280 public boolean onUnlockAttempted(Tag tag) throws RemoteException { in addNfcUnlockHandler()
2281 return unlockHandler.onUnlockAttempted(tag); in addNfcUnlockHandler()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcUnlockManager.java61 if (handlerWrapper.mUnlockHandler.onUnlockAttempted(tag)) { in tryUnlock()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcUnlockManagerTest.java95 when(unlockHandler.onUnlockAttempted(tag)).thenReturn(true); in testTryUnlock()
/packages/modules/Nfc/framework/api/
Dsystem-current.txt45 method public boolean onUnlockAttempted(android.nfc.Tag);
/packages/modules/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt399 Landroid/nfc/INfcUnlockHandler$Stub$Proxy;->onUnlockAttempted(Landroid/nfc/Tag;)Z
404 Landroid/nfc/INfcUnlockHandler;->onUnlockAttempted(Landroid/nfc/Tag;)Z
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DNfcAdapterTest.java1188 public boolean onUnlockAttempted(Tag tag) { in onUnlockAttempted() method in NfcAdapterTest.CtsNfcUnlockHandler