Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/voice/
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<>();
139 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info)); in buildUi()
DVoiceInputListPreference.java40 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i); in persistString()
92 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i); in refreshVoiceInputs()