Home
last modified time | relevance | path

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

/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DSampleVoiceInteractionService.java182 Intent enrollIntent = null; in onAvailabilityChanged() local
183 enrollIntent = ((AlwaysOnHotwordDetector) mHotwordDetector).createEnrollIntent(); in onAvailabilityChanged()
184 if (enrollIntent == null) { in onAvailabilityChanged()
189 ComponentName component = startForegroundService(enrollIntent); in onAvailabilityChanged()