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

  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 19 import com.android.internal.telephony.gsm.stk.AppInterface;
36 if (action.equals(AppInterface.STK_CMD_ACTION)) {
38 } else if (action.equals(AppInterface.STK_SESSION_END_ACTION)) {
StkAppService.java 40 import com.android.internal.telephony.gsm.stk.AppInterface;
62 private AppInterface mStkService;
535 if ((mCurrentCmd.getCmdType().value() == AppInterface.CommandType.DISPLAY_TEXT
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
AppInterface.java 24 public interface AppInterface {
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 114 public class StkService extends Handler implements AppInterface {
292 Intent intent = new Intent(AppInterface.STK_CMD_ACTION);
305 Intent intent = new Intent(AppInterface.STK_SESSION_END_ACTION);
483 * Used by application to get an AppInterface object.
487 public static AppInterface getInstance() {
589 switch (AppInterface.CommandType.fromInt(cmdDet.typeOfCommand)) {
CommandParamsFactory.java 112 AppInterface.CommandType cmdType = AppInterface.CommandType

Completed in 252 milliseconds