Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java122 private KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in VoiceInteractionService
239 mKeyphraseEnrollmentInfo = new KeyphraseEnrollmentInfo(getPackageManager()); in onReady()
301 mKeyphraseEnrollmentInfo, mInterface, mSystemService); in createAlwaysOnHotwordDetector()
312 return mKeyphraseEnrollmentInfo; in getKeyphraseEnrollmentInfo()
324 if (mKeyphraseEnrollmentInfo == null) { in isKeyphraseAndLocaleSupportedForHotword()
327 return mKeyphraseEnrollmentInfo.getKeyphraseMetadata(keyphrase, locale) != null; in isKeyphraseAndLocaleSupportedForHotword()
DAlwaysOnHotwordDetector.java191 private final KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in AlwaysOnHotwordDetector
342 mKeyphraseEnrollmentInfo = keyphraseEnrollmentInfo; in AlwaysOnHotwordDetector()
343 mKeyphraseMetadata = mKeyphraseEnrollmentInfo.getKeyphraseMetadata(text, locale); in AlwaysOnHotwordDetector()
524 return mKeyphraseEnrollmentInfo.getManageKeyphraseIntent(action, mText, mLocale); in getManageIntentLocked()
766 pw.print(prefix); pw.print("EnrollmentInfo="); pw.println(mKeyphraseEnrollmentInfo); in dump()