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()
96 boolean onDevice, in createSessionLocked() argument100 componentName, onDevice)); in createSessionLocked()104 if (onDevice) { in createSessionLocked()108 if (!onDevice && Process.isIsolated(Binder.getCallingUid())) { in createSessionLocked()
32 boolean onDevice, in createSession() argument
378 private SpeechRecognizer(final Context context, boolean onDevice) { in SpeechRecognizer() argument381 mOnDevice = onDevice; in SpeechRecognizer()
1415 private IntervalStats mergeStats(IntervalStats beingRestored, IntervalStats onDevice) { in mergeStats() argument1416 if (onDevice == null) return beingRestored; in mergeStats()1418 beingRestored.activeConfiguration = onDevice.activeConfiguration; in mergeStats()1419 beingRestored.configurations.putAll(onDevice.configurations); in mergeStats()1421 beingRestored.events.merge(onDevice.events); in mergeStats()