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

  /external/icu4c/extra/uconv/
uwmsg.c 225 const char *textMsg = NULL;
254 textMsg = u_errorName(err);
255 if (!textMsg) {
257 textMsg = error;
259 msg = (UChar*)malloc((strlen(textMsg)+1)*sizeof(msg[0]));
260 u_charsToUChars(textMsg, msg, (int32_t)(strlen(textMsg)+1));
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParams.java 40 TextMessage textMsg;
42 DisplayTextParams(CommandDetails cmdDet, TextMessage textMsg) {
44 this.textMsg = textMsg;
48 if (icon != null && textMsg != null) {
49 textMsg.icon = icon;
79 TextMessage textMsg;
82 PlayToneParams(CommandDetails cmdDet, TextMessage textMsg,
85 this.textMsg = textMsg;
    [all...]
CommandParamsFactory.java 264 TextMessage textMsg = new TextMessage();
270 textMsg.text = ValueParser.retrieveTextString(ctlv);
274 if (textMsg.text == null) {
280 textMsg.responseNeeded = false;
286 textMsg.iconSelfExplanatory = iconId.selfExplanatory;
291 textMsg.duration = ValueParser.retrieveDuration(ctlv);
295 textMsg.isHighPriority = (cmdDet.commandQualifier & 0x01) != 0;
296 textMsg.userClear = (cmdDet.commandQualifier & 0x80) != 0;
298 mCmdParams = new DisplayTextParams(cmdDet, textMsg);
324 TextMessage textMsg = new TextMessage()
    [all...]

Completed in 41 milliseconds