Searched refs:mAvailableInteractionInfos (Results 1 – 2 of 2) sorted by relevance
39 for (int i = 0; i < mHelper.mAvailableInteractionInfos.size(); ++i) { in persistString()40 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i); in persistString()91 for (int i = 0; i < mHelper.mAvailableInteractionInfos.size(); ++i) { in refreshVoiceInputs()92 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i); in refreshVoiceInputs()
93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>(); field in VoiceInputHelper139 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()143 Collections.sort(mAvailableInteractionInfos); in buildUi()