Searched refs:completionIntent (Results 1 – 1 of 1) sorted by relevance
41 Intent completionIntent = new Intent(HceUtils.ACTION_APDU_SEQUENCE_COMPLETE); in onApduSequenceComplete() local42 completionIntent.putExtra(HceUtils.EXTRA_COMPONENT, getComponent()); in onApduSequenceComplete()43 completionIntent.putExtra(HceUtils.EXTRA_DURATION, in onApduSequenceComplete()45 sendBroadcast(completionIntent); in onApduSequenceComplete()