Searched refs:mKeyphraseEnrollmentInfo (Results 1 – 2 of 2) sorted by relevance
94 private KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in VoiceInteractionService226 mKeyphraseEnrollmentInfo = new KeyphraseEnrollmentInfo(getPackageManager()); in onReady()276 mKeyphraseEnrollmentInfo, mInterface, mSystemService); in createAlwaysOnHotwordDetector()287 return mKeyphraseEnrollmentInfo; in getKeyphraseEnrollmentInfo()
191 private final KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in AlwaysOnHotwordDetector341 mKeyphraseEnrollmentInfo = keyphraseEnrollmentInfo; in AlwaysOnHotwordDetector()342 mKeyphraseMetadata = mKeyphraseEnrollmentInfo.getKeyphraseMetadata(text, locale); in AlwaysOnHotwordDetector()523 return mKeyphraseEnrollmentInfo.getManageKeyphraseIntent(action, mText, mLocale); in getManageIntentLocked()761 pw.print(prefix); pw.print("EnrollmentInfo="); pw.println(mKeyphraseEnrollmentInfo); in dump()