Searched refs:TakePictureCallable (Results 1 – 1 of 1) sorted by relevance
68 Callable<Object> mTakePictureCallable = new TakePictureCallable();70 private class TakePictureCallable implements Callable<Object> { class in CameraTestCase