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/v1/
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 112 private CameraOps(Context ctx, Listener listener, Handler handler) throws ApiFailureException {
115 throw new ApiFailureException("Can't connect to camera manager!");
131 throws ApiFailureException {
135 public String[] getDevices() throws ApiFailureException{
140 throw new ApiFailureException("Can't query device set", e);
145 throws ApiFailureException {
159 throws ApiFailureException {
168 throw new ApiFailureException("can't close device!", e);
175 private void minimalOpenCamera() throws ApiFailureException {
183 throw new ApiFailureException("no devices")
    [all...]
TestingCamera2.java 179 } catch(ApiFailureException e) {
242 } catch (ApiFailureException e) {
254 } catch (ApiFailureException e) {
344 } catch (ApiFailureException e) {
372 } catch (ApiFailureException e) {
388 } catch (ApiFailureException e) {
655 } catch (ApiFailureException e) {
662 } catch (ApiFailureException e) {

Completed in 51 milliseconds