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

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

Completed in 7 milliseconds