Lines Matching refs:INPUT
68 import com.android.internal.telephony.cat.Input;
97 * application's launch and user input from STK UI elements.
183 static final String INPUT = "input";
191 static final String STK_INPUT_URI = "stk://com.android.stk/input/";
1072 String input = args.getString(INPUT);
1073 if (input != null && (null != mStkContext[slotId].mCurrentCmd.geInput()) &&
1075 boolean yesNoSelection = input
1084 resMsg.setInput(input);
1325 newIntent.putExtra("INPUT", mStkContext[slotId].mCurrentCmd.geInput());