Searched refs:getFirstNdefRecord (Results 1 – 3 of 3) sorted by relevance
136 NdefRecord firstRecord = getFirstNdefRecord(nfcIntent); in parse()313 public static NdefRecord getFirstNdefRecord(Intent nfcIntent) { in getFirstNdefRecord() method in PropertiesProvisioningDataParser
144 NdefRecord firstRecord = PropertiesProvisioningDataParser.getFirstNdefRecord(intent); in getExtrasFromProperties()
388 assertThat(PropertiesProvisioningDataParser.getFirstNdefRecord(nfcIntent)).isNull(); in testGetFirstNdefRecord_nullNdefMessages()401 assertThat(PropertiesProvisioningDataParser.getFirstNdefRecord(nfcIntent)).isNull(); in testGetFirstNdefRecord_noNfcMimeType()416 assertThat(PropertiesProvisioningDataParser.getFirstNdefRecord(nfcIntent)) in testGetFirstNdefRecord()