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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 47 public static enum CommandType {
72 CommandType(int value) {
81 * Create a CommandType object.
83 * @param value Integer value to be converted to a CommandType object.
84 * @return CommandType object whose "Type of Command" value is {@code
85 * value}. If no CommandType object has that value, null is
88 public static CommandType fromInt(int value) {
89 for (CommandType e : CommandType.values()) {
CatService.java 238 cmdParams.mCmdDet.typeOfCommand = CommandType.SET_UP_IDLE_MODE_TEXT.value();
319 ((cmdParams.getCommandType() == CommandType.CLOSE_CHANNEL) ||
320 (cmdParams.getCommandType() == CommandType.RECEIVE_DATA) ||
321 (cmdParams.getCommandType() == CommandType.SEND_DATA))) {
415 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
661 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
721 if (type == CommandType.SET_UP_CALL || type == CommandType.OPEN_CHANNEL)
    [all...]
CatCmdMessage.java 171 public AppInterface.CommandType getCmdType() {
172 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
CommandParams.java 32 AppInterface.CommandType getCommandType() {
33 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
ResponseData.java 26 import com.android.internal.telephony.cat.AppInterface.CommandType;
215 int tag = 0x80 | CommandType.PROVIDE_LOCAL_INFORMATION.value();
CommandParamsFactory.java 117 AppInterface.CommandType cmdType = AppInterface.CommandType
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 42 }CommandType;
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 579 if ((mCurrentCmd.getCmdType().value() == AppInterface.CommandType.DISPLAY_TEXT
    [all...]

Completed in 192 milliseconds