HomeSort by relevance Sort by last modified time
    Searched defs:CommandException (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandException.java 26 public class CommandException extends RuntimeException {
47 public CommandException(Error e) {
52 public static CommandException
57 return new CommandException(Error.INVALID_RESPONSE);
59 return new CommandException(Error.RADIO_NOT_AVAILABLE);
61 return new CommandException(Error.GENERIC_FAILURE);
63 return new CommandException(Error.PASSWORD_INCORRECT);
65 return new CommandException(Error.SIM_PIN2);
67 return new CommandException(Error.SIM_PUK2);
69 return new CommandException(Error.REQUEST_NOT_SUPPORTED)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 437 milliseconds