Searched refs:onDevice (Results 1 – 5 of 5) sorted by relevance
87 boolean onDevice, in createSession() argument92 service.createSessionLocked(componentName, clientToken, onDevice, callback); in createSession()
93 boolean onDevice, in createSessionLocked() argument97 componentName, onDevice)); in createSessionLocked()101 if (onDevice) { in createSessionLocked()
32 boolean onDevice, in createSession() argument
229 private SpeechRecognizer(final Context context, boolean onDevice) { in SpeechRecognizer() argument232 mOnDevice = onDevice; in SpeechRecognizer()
1377 private IntervalStats mergeStats(IntervalStats beingRestored, IntervalStats onDevice) { in mergeStats() argument1378 if (onDevice == null) return beingRestored; in mergeStats()1380 beingRestored.activeConfiguration = onDevice.activeConfiguration; in mergeStats()1381 beingRestored.configurations.putAll(onDevice.configurations); in mergeStats()1383 beingRestored.events.merge(onDevice.events); in mergeStats()