Searched refs:nfcIntent (Results 1 – 2 of 2) sorted by relevance
123 public ProvisioningParams parse(Intent nfcIntent) in parse() argument125 if (!ACTION_NDEF_DISCOVERED.equals(nfcIntent.getAction())) { in parse()131 NdefRecord firstRecord = getFirstNdefRecord(nfcIntent); in parse()144 .setProvisioningAction(mUtils.mapIntentToDpmAction(nfcIntent)) in parse()185 mUtils.isOrganizationOwnedProvisioning(nfcIntent)); in parse()302 public static NdefRecord getFirstNdefRecord(Intent nfcIntent) { in getFirstNdefRecord() argument304 final Parcelable[] ndefMessages = nfcIntent.getParcelableArrayExtra( in getFirstNdefRecord()
398 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED); in testGetFirstNdefRecord_nullNdefMessages() local401 assertThat(PropertiesProvisioningDataParser.getFirstNdefRecord(nfcIntent)).isNull(); in testGetFirstNdefRecord_nullNdefMessages()409 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED) in testGetFirstNdefRecord_noNfcMimeType() local414 assertThat(PropertiesProvisioningDataParser.getFirstNdefRecord(nfcIntent)).isNull(); in testGetFirstNdefRecord_noNfcMimeType()424 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED) in testGetFirstNdefRecord() local429 assertThat(PropertiesProvisioningDataParser.getFirstNdefRecord(nfcIntent)) in testGetFirstNdefRecord()