Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DINfcUnlockHandler.aidl10 boolean onUnlockAttempted(in Tag tag); in onUnlockAttempted() method
DNfcAdapter.java413 public boolean onUnlockAttempted(Tag tag); in onUnlockAttempted() method
1641 public boolean onUnlockAttempted(Tag tag) throws RemoteException { in addNfcUnlockHandler()
1642 return unlockHandler.onUnlockAttempted(tag); in addNfcUnlockHandler()
/frameworks/base/api/
Dsystem-current.txt27352 method public abstract boolean onUnlockAttempted(android.nfc.Tag);