Home
last modified time | relevance | path

Searched refs:ApiFailureException (Results 1 – 3 of 3) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DApiFailureException.java22 class ApiFailureException extends Exception { class
23 public ApiFailureException(Throwable cause) { in ApiFailureException() method in ApiFailureException
27 public ApiFailureException(String message, Throwable cause) { in ApiFailureException() method in ApiFailureException
31 public ApiFailureException(String message) { in ApiFailureException() method in ApiFailureException
DCameraOps.java112 private CameraOps(Context ctx, Listener listener, Handler handler) throws ApiFailureException { in CameraOps()
115 throw new ApiFailureException("Can't connect to camera manager!"); in CameraOps()
131 throws ApiFailureException { in create()
135 public String[] getDevices() throws ApiFailureException{ in getDevices()
140 throw new ApiFailureException("Can't query device set", e); in getDevices()
145 throws ApiFailureException { in registerCameraListener()
159 throws ApiFailureException { in closeDevice()
168 throw new ApiFailureException("can't close device!", e); in closeDevice()
175 private void minimalOpenCamera() throws ApiFailureException { in minimalOpenCamera()
183 throw new ApiFailureException("no devices"); in minimalOpenCamera()
[all …]
DTestingCamera2.java179 } catch(ApiFailureException e) { in onCreate()
242 } catch (ApiFailureException e) { in setUpPreview()
254 } catch (ApiFailureException e) { in onPause()
344 } catch (ApiFailureException e) { in surfaceChanged()
372 } catch (ApiFailureException e) {
388 } catch (ApiFailureException e) {
655 } catch (ApiFailureException e) {
662 } catch (ApiFailureException e) {