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