Home | History | Annotate | Download | only in voiceinteraction

Lines Matching defs:mInfo

74     final VoiceInteractionServiceInfo mInfo;
134 mInfo = null;
140 mInfo = info;
141 if (mInfo.getParseError() != null) {
142 Slog.w(TAG, "Bad voice interaction service: " + mInfo.getParseError());
150 mInfo.getSessionService());
163 mInfo.getServiceInfo().applicationInfo.uid, mHandler);
273 int activeUid = mInfo.getServiceInfo().applicationInfo.uid;
282 int activeUid = mInfo.getServiceInfo().applicationInfo.uid;
291 int activeUid = mInfo.getServiceInfo().applicationInfo.uid;
300 return mInfo.getSupportsLocalInteraction();
306 if (mInfo == null) {
309 pw.println(mInfo.getParseError());
315 pw.print(" Session service="); pw.println(mInfo.getSessionService());
317 mInfo.getServiceInfo().dump(new PrintWriterPrinter(pw), " ");
318 pw.print(" Recognition service="); pw.println(mInfo.getRecognitionService());
319 pw.print(" Settings activity="); pw.println(mInfo.getSettingsActivity());
320 pw.print(" Supports assist="); pw.println(mInfo.getSupportsAssist());
322 pw.println(mInfo.getSupportsLaunchFromKeyguard());