Searched refs:enrollIntent (Results 1 – 1 of 1) sorted by relevance
182 Intent enrollIntent = null; in onAvailabilityChanged() local183 enrollIntent = ((AlwaysOnHotwordDetector) mHotwordDetector).createEnrollIntent(); in onAvailabilityChanged()184 if (enrollIntent == null) { in onAvailabilityChanged()189 ComponentName component = startForegroundService(enrollIntent); in onAvailabilityChanged()