Home
last modified time | relevance | path

Searched refs:mKeyphraseEnrollmentInfo (Results 1 – 3 of 3) 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.java190 private final KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in AlwaysOnHotwordDetector
341 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64433 Landroid/service/voice/AlwaysOnHotwordDetector;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…
64523 Landroid/service/voice/VoiceInteractionService;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…