Searched refs:firstRecord (Results 1 – 2 of 2) sorted by relevance
144 NdefRecord firstRecord = PropertiesProvisioningDataParser.getFirstNdefRecord(intent); in getExtrasFromProperties() local145 if (firstRecord != null) { in getExtrasFromProperties()148 props.load(new StringReader(new String(firstRecord.getPayload(), UTF_8))); in getExtrasFromProperties()
131 NdefRecord firstRecord = getFirstNdefRecord(nfcIntent); in parse() local132 if (firstRecord != null) { in parse()135 props.load(new StringReader(new String(firstRecord.getPayload(), UTF_8))); in parse()