Searched refs:getConnectedTechnology (Results 1 – 12 of 12) sorted by relevance
277 assertEquals(5, mTag.getConnectedTechnology()); in testSetConnectedTechnologySuccess()286 assertEquals(5, mTag.getConnectedTechnology()); in testSetConnectedTechnology_FailureWhenAlreadySet()291 int connectedTechnology = mTag.getConnectedTechnology(); in testGetConnectedTechnologyDefaultValue()300 assertEquals(-1, mTag.getConnectedTechnology()); in testSetTechnologyDisconnected()
50 if ((mTag.getConnectedTechnology() != mSelectedTechnology) || in checkConnected()51 (mTag.getConnectedTechnology() == -1)) { in checkConnected()
511 public int getConnectedTechnology() { in getConnectedTechnology() method in NativeNfcTag907 getConnectedTechnology(), in findAndReadNdef()925 getConnectedTechnology(), in findAndReadNdef()976 getConnectedTechnology(), in findNdef()
323 if (getConnectedTechnology() != -1) { in rediscover()496 public int getConnectedTechnology() { in getConnectedTechnology() method in Tag
99 when(mMockTag.getConnectedTechnology()).thenReturn(TagTechnology.NFC_B); in testTransceive()
99 when(mMockTag.getConnectedTechnology()).thenReturn(TagTechnology.NFC_V); in testTransceive()
95 when(mMockTag.getConnectedTechnology()).thenReturn(TagTechnology.NFC_A); in testTransceive()
102 when(mMockTag.getConnectedTechnology()).thenReturn(TagTechnology.NFC_F); in testTransceive()
109 int getConnectedTechnology(); in getConnectedTechnology() method
3859 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()5072 if (tag.getConnectedTechnology() == TagTechnology.NFC_BARCODE) { in handleMessage()
742 when(tagEndpoint.getConnectedTechnology()).thenReturn(TagTechnology.NDEF); in testMSG_NDEF_TAG()757 when(tagEndpoint.getConnectedTechnology()).thenReturn(TagTechnology.NDEF); in testMsg_Ndef_Tag_Wlc_Enabled()868 when(tagEndpoint.getConnectedTechnology()).thenReturn(TagTechnology.NDEF); in testAllowOemOnTagDispatchCallback()914 when(tagEndpoint.getConnectedTechnology()).thenReturn(TagTechnology.NDEF); in testAllowOemOnNdefReadCallback()1919 when(tagEndpoint.getConnectedTechnology()).thenReturn(Ndef.NDEF); in testTransceive()2210 when(tagEndpoint.getConnectedTechnology()).thenReturn(TagTechnology.NDEF); in testPollingDelay()2226 when(tagEndpoint.getConnectedTechnology()).thenReturn(TagTechnology.NDEF); in testOnTagDisconnected()
514 Landroid/nfc/Tag;->getConnectedTechnology()I