Searched refs:onUnlockAttempted (Results 1 – 7 of 7) sorted by relevance
10 boolean onUnlockAttempted(in Tag tag); in onUnlockAttempted() method
749 public boolean onUnlockAttempted(Tag tag); in onUnlockAttempted() method2280 public boolean onUnlockAttempted(Tag tag) throws RemoteException { in addNfcUnlockHandler()2281 return unlockHandler.onUnlockAttempted(tag); in addNfcUnlockHandler()
61 if (handlerWrapper.mUnlockHandler.onUnlockAttempted(tag)) { in tryUnlock()
95 when(unlockHandler.onUnlockAttempted(tag)).thenReturn(true); in testTryUnlock()
45 method public boolean onUnlockAttempted(android.nfc.Tag);
399 Landroid/nfc/INfcUnlockHandler$Stub$Proxy;->onUnlockAttempted(Landroid/nfc/Tag;)Z404 Landroid/nfc/INfcUnlockHandler;->onUnlockAttempted(Landroid/nfc/Tag;)Z
1188 public boolean onUnlockAttempted(Tag tag) { in onUnlockAttempted() method in NfcAdapterTest.CtsNfcUnlockHandler