Home
last modified time | relevance | path

Searched refs:completionIntent (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceService.java41 Intent completionIntent = new Intent(HceUtils.ACTION_APDU_SEQUENCE_COMPLETE); in onApduSequenceComplete() local
42 completionIntent.putExtra(HceUtils.EXTRA_COMPONENT, getComponent()); in onApduSequenceComplete()
43 completionIntent.putExtra(HceUtils.EXTRA_DURATION, in onApduSequenceComplete()
45 sendBroadcast(completionIntent); in onApduSequenceComplete()