Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
H A DPropertiesProvisioningDataParser.java128 public ProvisioningParams parse(Intent nfcIntent) in parse()
313 public static NdefRecord getFirstNdefRecord(Intent nfcIntent) { in getFirstNdefRecord()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
H A DPropertiesProvisioningDataParserTest.java385 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED); in testGetFirstNdefRecord_nullNdefMessages() local
396 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED) in testGetFirstNdefRecord_noNfcMimeType() local
411 Intent nfcIntent = new Intent(NfcAdapter.ACTION_NDEF_DISCOVERED) in testGetFirstNdefRecord() local