Searched refs:InteractionInfo (Results 1 – 2 of 2) sorted by relevance
78 static public class InteractionInfo extends BaseInfo { class in VoiceInputHelper81 public InteractionInfo(PackageManager pm, VoiceInteractionServiceInfo _service) { in InteractionInfo() method in VoiceInputHelper.InteractionInfo93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>();139 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()
40 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i); in persistString()92 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i); in refreshVoiceInputs()