Searched refs:mr (Results 1 – 8 of 8) sorted by relevance
25 MockRasterizer mr = new MockRasterizer(); in testFinalize() local27 mr.finalize(); in testFinalize()
190 MockRunnable mr = new MockRunnable(); in testRemoveCallbacks() local193 mHandler.removeCallbacks(mr); in testRemoveCallbacks()367 MockRunnable mr = new MockRunnable(); in testPostAtFrontOfQueue() local369 assertTrue(mHandler.postDelayed(mr, DELAYED)); in testPostAtFrontOfQueue()
1582 MediaRecorder mr = new MediaRecorder();1584 mr.setAudioSource(MediaRecorder.AudioSource.MIC);1585 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);1586 mr.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);1587 mr.setOutputFile(outputFile);1589 mr.prepare();1590 mr.start();1592 mr.stop();1594 mr.release();
130 public void onInfo(MediaRecorder mr, int what, int extra) { in setUp()144 public void onError(MediaRecorder mr, int what, int extra) { in setUp()
411 MockRunnable mr = new MockRunnable(); in testWaitForIdle() local412 assertFalse(mr.isRunCalled()); in testWaitForIdle()413 mInstrumentation.waitForIdle(mr); in testWaitForIdle()415 assertTrue(mr.isRunCalled()); in testWaitForIdle()
160 public void onError(MediaRecorder mr, int what, int extra) { in onError() argument
1255 for (MeteringRectangle[] mr : testCases) { in get3ARegionTestCasesForCamera()1257 sb.append(Arrays.toString(mr)); in get3ARegionTestCasesForCamera()
181 public void onError(MediaRecorder mr, int what, int extra) { in prepareVideoRecorder()