Home
last modified time | relevance | path

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

/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DSampleHotwordDetectionService.java97 Method getCaptureSessionMethod = eventPayload.getClass().getMethod("getCaptureSession"); in onDetect() local
98 captureSession = (Integer) getCaptureSessionMethod.invoke(eventPayload); in onDetect()