Searched refs:actionType (Results 1 – 8 of 8) sorted by relevance
198 private final String actionType; field in ActionsSuggestionsModel.ActionSuggestion207 String actionType, in ActionSuggestion() argument214 this.actionType = actionType; in ActionSuggestion()228 return actionType; in getActionType()
88 String actionType = action.getExtras().getString(SmartSuggestionsHelper.KEY_ACTION_TYPE); in onActionClicked() local89 if (actionType == null) { in onActionClicked()94 .setEntityTypes(actionType) in onActionClicked()
378 RemoteAction remoteAction, String actionType, float score) { in createNotificationActionFromRemoteAction() argument384 extras.putString(KEY_ACTION_TYPE, actionType); in createNotificationActionFromRemoteAction()
344 FT_UShort actionType; in gxv_just_actSubrecord_validate() local352 actionType = FT_NEXT_USHORT( p ); in gxv_just_actSubrecord_validate()359 if ( actionType == 0 ) in gxv_just_actSubrecord_validate()361 else if ( actionType == 1 ) in gxv_just_actSubrecord_validate()363 else if ( actionType == 2 ) in gxv_just_actSubrecord_validate()365 else if ( actionType == 3 ) in gxv_just_actSubrecord_validate()367 else if ( actionType == 4 ) in gxv_just_actSubrecord_validate()369 else if ( actionType == 5 ) in gxv_just_actSubrecord_validate()
56 HBUINT16 actionType; /* The type of postcompensation action. */ member189 switch (u.header.actionType) in sanitize()
147 public static LabeledIntent.TitleChooser createTitleChooser(String actionType) { in createTitleChooser() argument148 if (ConversationAction.TYPE_OPEN_URL.equals(actionType)) { in createTitleChooser()
413 String actionType = nativeSuggestion.getActionType(); in createConversationActionResult() local414 if (!expectedTypes.contains(actionType)) { in createConversationActionResult()431 new ConversationAction.Builder(actionType) in createConversationActionResult()
631 private static Matcher<ConversationAction> isConversationAction(String actionType) {639 if (!actionType.equals(conversationAction.getType())) {642 if (ConversationAction.TYPE_TEXT_REPLY.equals(actionType)) {656 description.appendText("actionType=").appendValue(actionType);