Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/
DNfcOemExtension.java61 void onTagConnected(boolean connected, @NonNull Tag tag); in onTagConnected() method
174 public void onTagConnected(boolean connected, Tag tag) throws RemoteException { in onTagConnected() method in NfcOemExtension.NfcOemExtensionCallback
181 mExecutor.execute(() -> mCallback.onTagConnected(connected, tag)); in onTagConnected()
DINfcOemExtensionCallback.aidl24 void onTagConnected(boolean connected, in Tag tag); in onTagConnected() method
/frameworks/base/nfc/api/
Dsystem-current.txt67 method public void onTagConnected(boolean, @NonNull android.nfc.Tag);