Home
last modified time | relevance | path

Searched defs:onUnlockAttempted (Results 1 – 3 of 3) 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
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DNfcAdapterTest.java1188 public boolean onUnlockAttempted(Tag tag) { in onUnlockAttempted() method in NfcAdapterTest.CtsNfcUnlockHandler