Searched refs:ApiFailureException (Results 1 – 3 of 3) sorted by relevance
22 class ApiFailureException extends Exception { class23 public ApiFailureException(Throwable cause) { in ApiFailureException() method in ApiFailureException27 public ApiFailureException(String message, Throwable cause) { in ApiFailureException() method in ApiFailureException31 public ApiFailureException(String message) { in ApiFailureException() method in ApiFailureException
112 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 …]
179 } 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) {