HomeSort by relevance Sort by last modified time
    Searched refs:ApiFailureException (Results 1 - 3 of 3) sorted by null

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ApiFailureException.java 22 class ApiFailureException extends Exception {
23 public ApiFailureException(Throwable cause) {
27 public ApiFailureException(String message, Throwable cause) {
31 public ApiFailureException(String message) {
CameraOps.java 100 private CameraOps(Context ctx) throws ApiFailureException {
103 throw new ApiFailureException("Can't connect to camera manager!");
115 static public CameraOps create(Context ctx) throws ApiFailureException {
119 public String[] getDevices() throws ApiFailureException{
124 throw new ApiFailureException("Can't query device set", e);
129 throws ApiFailureException {
143 throws ApiFailureException {
152 throw new ApiFailureException("can't close device!", e);
158 private void minimalOpenCamera() throws ApiFailureException {
163 throw new ApiFailureException("no devices")
    [all...]
TestingCamera2.java 140 } catch(ApiFailureException e) {
157 } catch (ApiFailureException e) {
169 } catch (ApiFailureException e) {
253 } catch (ApiFailureException e) {
281 } catch (ApiFailureException e) {
508 } catch (ApiFailureException e) {
514 } catch (ApiFailureException e) {

Completed in 120 milliseconds