Home
last modified time | relevance | path

Searched refs:TagEndpoint (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcServiceTest.java741 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testMSG_NDEF_TAG()
756 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testMsg_Ndef_Tag_Wlc_Enabled()
867 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testAllowOemOnTagDispatchCallback()
913 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testAllowOemOnNdefReadCallback()
1019 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testFindAndRemoveObject()
1022 DeviceHost.TagEndpoint device = (DeviceHost.TagEndpoint) mNfcService.mObjectMap.get(1); in testFindAndRemoveObject()
1084 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testFindObject()
1087 DeviceHost.TagEndpoint device = (DeviceHost.TagEndpoint) mNfcService.mObjectMap.get(1); in testFindObject()
1179 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testIsTagPresent()
1302 DeviceHost.TagEndpoint tagEndpoint = mock(DeviceHost.TagEndpoint.class); in testOnRemoteEndpointDiscovered()
[all …]
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcService.java124 import com.android.nfc.DeviceHost.TagEndpoint;
588 public void onRemoteEndpointDiscovered(TagEndpoint tag) { in onRemoteEndpointDiscovered()
2612 TagEndpoint tag = (TagEndpoint) findAndRemoveObject(nativeHandle); in ignore()
3690 TagEndpoint tag = null; in connect()
3705 tag = (TagEndpoint) findObject(nativeHandle); in connect()
3728 TagEndpoint tag = null; in reconnect()
3744 tag = (TagEndpoint) findObject(nativeHandle); in reconnect()
3773 TagEndpoint tag = (TagEndpoint) findObject(nativeHandle); in getTechList()
3782 TagEndpoint tag = null; in isPresent()
3798 tag = (TagEndpoint) findObject(nativeHandle); in isPresent()
[all …]
DDeviceHost.java31 public void onRemoteEndpointDiscovered(TagEndpoint tag); in onRemoteEndpointDiscovered()
79 public interface TagEndpoint { interface
/packages/modules/Nfc/NfcNci/src/com/android/nfc/wlc/
DNfcCharging.java28 import com.android.nfc.DeviceHost.TagEndpoint;
132 TagEndpoint TagHandler;
213 public boolean startNfcCharging(TagEndpoint t) { in startNfcCharging()
510 public void sendWLCPI(TagEndpoint tag, NdefMessage ndefMsg) { in sendWLCPI()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/wlc/
DNfcChargingTest.java66 private DeviceHost.TagEndpoint mTagEndpoint;
494 DeviceHost.TagEndpoint TagHandler = mock(DeviceHost.TagEndpoint.class); in testStopNfcCharging()
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java36 import com.android.nfc.DeviceHost.TagEndpoint;
39 public class NativeNfcTag implements TagEndpoint {