Home
last modified time | relevance | path

Searched defs:nfcIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
DPropertiesProvisioningDataParser.java123 public ProvisioningParams parse(Intent nfcIntent) in parse()
302 public static NdefRecord getFirstNdefRecord(Intent nfcIntent) { in getFirstNdefRecord()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
DPropertiesProvisioningDataParserTest.java398 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED); in testGetFirstNdefRecord_nullNdefMessages() local
409 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED) in testGetFirstNdefRecord_noNfcMimeType() local
424 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED) in testGetFirstNdefRecord() local