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

  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 19 import com.android.internal.telephony.cat.AppInterface;
36 if (action.equals(AppInterface.CAT_CMD_ACTION)) {
38 } else if (action.equals(AppInterface.CAT_SESSION_END_ACTION)) {
StkAppService.java 40 import com.android.internal.telephony.cat.AppInterface;
63 private AppInterface mStkService;
537 if ((mCurrentCmd.getCmdType().value() == AppInterface.CommandType.DISPLAY_TEXT
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
AppInterface.java 24 public interface AppInterface {
CommandParams.java 32 AppInterface.CommandType getCommandType() {
33 return AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
CatCmdMessage.java 148 public AppInterface.CommandType getCmdType() {
149 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
CatService.java 60 public class CatService extends Handler implements AppInterface {
282 Intent intent = new Intent(AppInterface.CAT_CMD_ACTION);
295 Intent intent = new Intent(AppInterface.CAT_SESSION_END_ACTION);
367 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
539 * Used by application to get an AppInterface object.
543 public static AppInterface getInstance() {
649 switch (AppInterface.CommandType.fromInt(cmdDet.typeOfCommand)) {
ResponseData.java 26 import com.android.internal.telephony.cat.AppInterface.CommandType;
CommandParamsFactory.java 116 AppInterface.CommandType cmdType = AppInterface.CommandType
    [all...]

Completed in 28 milliseconds