Searched refs:runOnLooper (Results 1 – 5 of 5) sorted by relevance
98 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in CameraFunctionalTest132 runOnLooper(new Runnable() { in testFunctionalCameraExposureCompensation()163 runOnLooper(new Runnable() { in testFunctionalCameraFlashModes()194 runOnLooper(new Runnable() { in testFunctionalCameraFocusModes()225 runOnLooper(new Runnable() { in testFunctionalCameraWhiteBalance()
106 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in CameraPairwiseTest386 runOnLooper(new Runnable() { in genericPairwiseTestCase()
113 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in CameraStressTest148 runOnLooper(new Runnable() { in testStressCameraSceneModes()195 runOnLooper(new Runnable() { in testStressCameraZoom()
118 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in MediaRecorderStressTest213 runOnLooper(new Runnable() { in recordVideoAndPlayback()316 runOnLooper(new Runnable() { in testStressTimeLapse()
85 runOnLooper(Looper.getMainLooper(), action); in runOnMain()93 public static void runOnLooper(Looper looper, Runnable action) { in runOnLooper() method in CarServiceUtils