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.java122 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 …]
DTestingCamera2.java194 } 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 …]