Searched defs:CommandType (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DAppInterface.java47 public static enum CommandType { enum in interface:AppInterface
71 CommandType(int value) { method in class:AppInterface.CommandType
80 * Create a CommandType object.
82 * @param value Integer value to be converted to a CommandType object.
83 * @return CommandType object whose "Type of Command" value is {@code
84 * value}. If no CommandType object has that value, null is
87 public static CommandType fromInt(int value) {
88 for (CommandType e : CommandType.values()) {

Completed in 25 milliseconds