Searched refs:mKeyphraseEnrollmentInfo (Results 1 – 3 of 3) sorted by relevance
122 private KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in VoiceInteractionService239 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()
190 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()765 pw.print(prefix); pw.print("EnrollmentInfo="); pw.println(mKeyphraseEnrollmentInfo); in dump()
64433 Landroid/service/voice/AlwaysOnHotwordDetector;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…64523 Landroid/service/voice/VoiceInteractionService;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…