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 54 throws ItsException {
81 throw new ItsException("JSON error: ", e);
86 throws ItsException {
93 throw new ItsException("JSON error: ", e);
98 throws ItsException {
103 throws ItsException {
108 throws ItsException {
113 throws ItsException {
118 throws ItsException {
123 throws ItsException {
    [all...]
ItsService.java 222 throw new ItsException("Failed to connect to camera manager");
269 } catch (ItsException e) {
316 public void openCameraDevice(int cameraId) throws ItsException {
323 throw new ItsException("No camera devices");
326 throw new ItsException("Failed to get device ID list", e);
339 throw new ItsException("Failed to open camera", e);
341 throw new ItsException("Failed to open camera (after blocking)", e);
346 public void closeCameraDevice() throws ItsException {
354 throw new ItsException("Failed to close device");
374 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 328 milliseconds