Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/assist/
DVoiceInputHelper.java93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>(); field in VoiceInputHelper
135 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()
139 Collections.sort(mAvailableInteractionInfos); in buildUi()
DDefaultVoiceInputPicker.java68 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getCandidates()
93 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in setDefaultKey()
DDefaultVoiceInputPreferenceController.java106 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getDefaultAppInfo()
/packages/apps/Settings/src/com/android/settings/applications/assist/
DVoiceInputHelper.java93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>(); field in VoiceInputHelper
135 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()
139 Collections.sort(mAvailableInteractionInfos); in buildUi()
DDefaultVoiceInputPicker.java68 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getCandidates()
93 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in setDefaultKey()
DDefaultVoiceInputPreferenceController.java106 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getDefaultAppInfo()