Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/assist/
DVoiceInputHelper.java78 static public class InteractionInfo extends BaseInfo { class in VoiceInputHelper
81 public InteractionInfo(PackageManager pm, VoiceInteractionServiceInfo _service) { in InteractionInfo() method in VoiceInputHelper.InteractionInfo
93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>();
135 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()
DDefaultVoiceInputPicker.java68 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getCandidates()
93 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in setDefaultKey()
155 if (mInfo instanceof VoiceInputHelper.InteractionInfo) { in loadLabel()
DDefaultVoiceInputPreferenceController.java106 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getDefaultAppInfo()
/packages/apps/Settings/src/com/android/settings/applications/assist/
DVoiceInputHelper.java78 static public class InteractionInfo extends BaseInfo { class in VoiceInputHelper
81 public InteractionInfo(PackageManager pm, VoiceInteractionServiceInfo _service) { in InteractionInfo() method in VoiceInputHelper.InteractionInfo
93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>();
135 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()
DDefaultVoiceInputPicker.java68 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getCandidates()
93 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in setDefaultKey()
155 if (mInfo instanceof VoiceInputHelper.InteractionInfo) { in loadLabel()
DDefaultVoiceInputPreferenceController.java106 for (VoiceInputHelper.InteractionInfo info : mHelper.mAvailableInteractionInfos) { in getDefaultAppInfo()