Home
last modified time | relevance | path

Searched refs:mAvailableInteractionInfos (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/voice/
DVoiceInputListPreference.java39 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()
DVoiceInputHelper.java93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>(); field in VoiceInputHelper
139 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()
143 Collections.sort(mAvailableInteractionInfos); in buildUi()