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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsException.java 22 class ItsException extends Exception {
23 public ItsException(Throwable cause) {
27 public ItsException(String message, Throwable cause) {
31 public ItsException(String message) {
ItsUtils.java 53 throws ItsException {
80 throw new ItsException("JSON error: ", e);
85 throws ItsException {
92 throw new ItsException("JSON error: ", e);
97 throws ItsException {
102 throws ItsException {
107 throws ItsException {
112 throws ItsException {
117 throws ItsException {
122 throws ItsException {
    [all...]
ItsService.java 220 throw new ItsException("Failed to connect to camera manager");
261 } catch (ItsException e) {
304 public void openCameraDevice(int cameraId) throws ItsException {
311 throw new ItsException("No camera devices");
314 throw new ItsException("Failed to get device ID list", e);
327 throw new ItsException("Failed to open camera", e);
329 throw new ItsException("Failed to open camera (after blocking)", e);
334 public void closeCameraDevice() throws ItsException {
342 throw new ItsException("Failed to close device");
362 throw new ItsException("Multiple tags for socket response")
    [all...]
ItsSerializer.java 276 private static String getKeyName(Object keyObj) throws ItsException {
285 throw new ItsException("Invalid key object");
288 private static Object getKeyValue(CameraMetadata md, Object keyObj) throws ItsException {
296 throw new ItsException("Invalid key object");
301 throws ItsException {
363 throw new ItsException("JSON error for key: " + keyName + ": ", e);
369 throws ItsException {
464 throw new ItsException("JSON error for key: " + keyName + ": ", e);
470 throws ItsException {
513 throw new ItsException(
    [all...]

Completed in 294 milliseconds