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

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

Completed in 71 milliseconds