HomeSort by relevance Sort by last modified time
    Searched refs:InteractionInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 78 static public class InteractionInfo extends BaseInfo {
81 public InteractionInfo(PackageManager pm, VoiceInteractionServiceInfo _service) {
93 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>();
139 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info));
VoiceInputListPreference.java 40 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i);
92 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i);

Completed in 34 milliseconds