Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerService.java87 boolean onDevice, in createSession() argument
92 service.createSessionLocked(componentName, clientToken, onDevice, callback); in createSession()
H A DSpeechRecognitionManagerServiceImpl.java93 boolean onDevice, in createSessionLocked() argument
97 componentName, onDevice)); in createSessionLocked()
101 if (onDevice) { in createSessionLocked()
/aosp12/frameworks/base/core/java/android/speech/
H A DIRecognitionServiceManager.aidl32 boolean onDevice, in createSession() argument
H A DSpeechRecognizer.java229 private SpeechRecognizer(final Context context, boolean onDevice) { in SpeechRecognizer() argument
232 mOnDevice = onDevice; in SpeechRecognizer()
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java1377 private IntervalStats mergeStats(IntervalStats beingRestored, IntervalStats onDevice) { in mergeStats() argument
1378 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()