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
122 private CameraOps(Context ctx, Listener listener, Handler handler) throws ApiFailureException { in CameraOps()125 throw new ApiFailureException("Can't connect to camera manager!"); in CameraOps()141 throws ApiFailureException { in create()145 public String[] getDevices() throws ApiFailureException{ in getDevices()150 throw new ApiFailureException("Can't query device set", e); in getDevices()155 throws ApiFailureException { in registerCameraListener()169 throws ApiFailureException { in closeDevice()178 throw new ApiFailureException("can't close device!", e); in closeDevice()185 private void minimalOpenCamera() throws ApiFailureException { in minimalOpenCamera()204 throw new ApiFailureException( in minimalOpenCamera()[all …]
194 } catch(ApiFailureException e) { in onCreate()202 throw new ApiFailureException("no devices"); in onCreate()204 } catch(ApiFailureException e) { in onCreate()275 } catch (ApiFailureException e) { in setUpPreview()287 } catch (ApiFailureException e) { in onPause()384 } catch (ApiFailureException e) { in surfaceChanged()413 } catch (ApiFailureException e) {429 } catch (ApiFailureException e) {697 } catch (ApiFailureException e) {704 } catch (ApiFailureException e) {[all …]