Searched refs:getCaptureSessionMethod (Results 1 – 1 of 1) sorted by relevance
97 Method getCaptureSessionMethod = eventPayload.getClass().getMethod("getCaptureSession"); in onDetect() local98 captureSession = (Integer) getCaptureSessionMethod.invoke(eventPayload); in onDetect()