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 77 static public class InteractionInfo extends BaseInfo {
80 public InteractionInfo(PackageManager pm, VoiceInteractionServiceInfo _service) {
92 final ArrayList<InteractionInfo> mAvailableInteractionInfos = new ArrayList<>();
138 mAvailableInteractionInfos.add(new InteractionInfo(mContext.getPackageManager(), info));
VoiceInputSettings.java 111 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i);
144 VoiceInputHelper.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i);

Completed in 417 milliseconds