Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java204 private KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in VoiceInteractionService
379 mKeyphraseEnrollmentInfo = new KeyphraseEnrollmentInfo(getPackageManager()); in onReady()
739 executor, callback, mKeyphraseEnrollmentInfo, mSystemService,
1017 return mKeyphraseEnrollmentInfo; in getKeyphraseEnrollmentInfo()
1067 if (mKeyphraseEnrollmentInfo == null) { in isKeyphraseAndLocaleSupportedForHotword()
1070 return mKeyphraseEnrollmentInfo.getKeyphraseMetadata(keyphrase, locale) != null; in isKeyphraseAndLocaleSupportedForHotword()
1133 pw.println(" " + mKeyphraseEnrollmentInfo); in dump()
H A DAlwaysOnHotwordDetector.java319 private final KeyphraseEnrollmentInfo mKeyphraseEnrollmentInfo; field in AlwaysOnHotwordDetector
863 mKeyphraseEnrollmentInfo = keyphraseEnrollmentInfo; in AlwaysOnHotwordDetector()
1354 return mKeyphraseEnrollmentInfo.getManageKeyphraseIntent(action, mText, mLocale); in getManageIntentLocked()
1881 pw.print(prefix); pw.print("EnrollmentInfo="); pw.println(mKeyphraseEnrollmentInfo); in dump()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50521 Landroid/service/voice/AlwaysOnHotwordDetector;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…
50611 Landroid/service/voice/VoiceInteractionService;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…