Home | History | Annotate | Download | only in stk

Lines Matching defs:INPUT

63 import com.android.internal.telephony.cat.Input;
91 * application's launch and user input from STK UI elements.
177 static final String INPUT = "input";
185 static final String STK_INPUT_URI = "stk://com.android.stk/input/";
1014 String input = args.getString(INPUT);
1015 if (input != null && (null != mStkContext[slotId].mCurrentCmd.geInput()) &&
1017 boolean yesNoSelection = input
1025 resMsg.setInput(input);
1262 newIntent.putExtra("INPUT", mStkContext[slotId].mCurrentCmd.geInput());