Searched refs:processRecordingRunnable (Results 1 – 1 of 1) sorted by relevance
339 … handler.postDelayed(processRecordingRunnable, (long) (msToRecord * 2 + Math.random() * 100 - 50));354 private Runnable processRecordingRunnable = new Runnable() { field in AudioTest