Searched refs:InterpreterEx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DModelInterpreter.java123 class InterpreterEx extends Exception class in inherits:Exception
126 InterpreterEx (String result) method in class:InterpreterEx
254 } catch (InterpreterEx ex) {
429 onAnswer() throws InterpreterEx
436 throw new InterpreterEx("ERROR");
441 onHangup() throws InterpreterEx
448 throw new InterpreterEx("ERROR");
455 onCHLD(String command) throws InterpreterEx
471 throw new InterpreterEx("ERROR");
476 releaseHeldOrUDUB() throws InterpreterEx
[all...]

Completed in 36 milliseconds