Searched refs:labeledIntentResult (Results 1 – 2 of 2) sorted by relevance
253 LabeledIntent.Result labeledIntentResult = in createLabeledIntentResult_null() local259 assertThat(labeledIntentResult).isNull(); in createLabeledIntentResult_null()274 LabeledIntent.Result labeledIntentResult = in createLabeledIntentResult_emptyList() local280 assertThat(labeledIntentResult).isNull(); in createLabeledIntentResult_emptyList()307 LabeledIntent.Result labeledIntentResult = in createLabeledIntentResult() local313 assertThat(labeledIntentResult.remoteAction.getTitle()).isEqualTo("title"); in createLabeledIntentResult()314 assertThat(labeledIntentResult.resolvedIntent.getAction()).isEqualTo(Intent.ACTION_VIEW); in createLabeledIntentResult()
471 LabeledIntent.Result labeledIntentResult = in createConversationActionResult() local478 if (labeledIntentResult != null) { in createConversationActionResult()479 remoteAction = labeledIntentResult.remoteAction; in createConversationActionResult()480 ExtrasUtils.putActionIntent(extras, labeledIntentResult.resolvedIntent); in createConversationActionResult()