Searched refs:onTagConnected (Results 1 – 3 of 3) sorted by relevance
61 void onTagConnected(boolean connected, @NonNull Tag tag); in onTagConnected() method174 public void onTagConnected(boolean connected, Tag tag) throws RemoteException { in onTagConnected() method in NfcOemExtension.NfcOemExtensionCallback181 mExecutor.execute(() -> mCallback.onTagConnected(connected, tag)); in onTagConnected()
24 void onTagConnected(boolean connected, in Tag tag); in onTagConnected() method
67 method public void onTagConnected(boolean, @NonNull android.nfc.Tag);