Searched refs:mAvailableInteractionInfos (Results 1 – 6 of 6) sorted by relevance
93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>(); field in VoiceInputHelper135 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()139 Collections.sort(mAvailableInteractionInfos); in buildUi()
68 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getCandidates()93 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in setDefaultKey()
106 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getDefaultAppInfo()