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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
AppInterface.java 46 public static enum CommandType {
65 CommandType(int value) {
74 * Create a CommandType object.
76 * @param value Integer value to be converted to a CommandType object.
77 * @return CommandType object whose "Type of Command" value is {@code
78 * value}. If no CommandType object has that value, null is
81 public static CommandType fromInt(int value) {
82 for (CommandType e : CommandType.values()) {
CommandParams.java 32 AppInterface.CommandType getCommandType() {
33 return AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
StkCmdMessage.java 148 public AppInterface.CommandType getCmdType() {
149 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
StkService.java 268 cmdParams.cmdDet.typeOfCommand = CommandType.SET_UP_IDLE_MODE_TEXT
589 switch (AppInterface.CommandType.fromInt(cmdDet.typeOfCommand)) {
CommandParamsFactory.java 112 AppInterface.CommandType cmdType = AppInterface.CommandType
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 535 if ((mCurrentCmd.getCmdType().value() == AppInterface.CommandType.DISPLAY_TEXT

Completed in 45 milliseconds