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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextMessage.java 30 public boolean userClear = false;
43 userClear = in.readInt() == 1 ? true : false;
60 dest.writeInt(userClear ? 1 : 0);
80 isHighPriority + " responseNeeded=" + responseNeeded + " userClear=" +
81 userClear + " duration=" + duration;
CommandParamsFactory.java 350 textMsg.userClear = (cmdDet.commandQualifier & 0x80) != 0;
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 156 * If the userClear flag is set and dialogduration is set to 0, the display Text
162 !mTextMsg.responseNeeded && mTextMsg.userClear) {
181 startTimeOut(mTextMsg.userClear);
319 if (mTextMsg.userClear == true && mTextMsg.responseNeeded == false) {
322 // userClear = false. will disappear after a while.
StkAppService.java     [all...]

Completed in 201 milliseconds