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

  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatService.java 308 Input cmdInput = null;
310 cmdInput = mCurrntCmd.geInput();
353 encodeOptionalTags(cmdDet, resultCode, cmdInput, buf);
366 ResultCode resultCode, Input cmdInput, ByteArrayOutputStream buf) {
375 (cmdInput != null) && (cmdInput.duration != null)) {
376 getInKeyResponse(buf, cmdInput);
394 private void getInKeyResponse(ByteArrayOutputStream buf, Input cmdInput) {
399 buf.write(cmdInput.duration.timeUnit.SECOND.value()); // Time (Unit,Seconds)
400 buf.write(cmdInput.duration.timeInterval); // Time Duratio
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 481 Input cmdInput = mCurrentCmd.geInput();
482 if (cmdInput != null && cmdInput.yesNo) {
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 19 milliseconds