OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textMsg
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/extra/uconv/
uwmsg.c
220
const char *
textMsg
= NULL;
249
textMsg
= u_errorName(err);
250
if (!
textMsg
) {
252
textMsg
= error;
254
msg = (UChar*)malloc((strlen(
textMsg
)+1)*sizeof(msg[0]));
255
u_charsToUChars(
textMsg
, msg, (int32_t)(strlen(
textMsg
)+1));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java
47
DisplayTextParams(CommandDetails cmdDet, TextMessage
textMsg
) {
49
mTextMsg =
textMsg
;
89
PlayToneParams(CommandDetails cmdDet, TextMessage
textMsg
,
92
mTextMsg =
textMsg
;
192
BIPClientParams(CommandDetails cmdDet, TextMessage
textMsg
, boolean has_alpha_id) {
194
mTextMsg =
textMsg
;
CommandParamsFactory.java
290
TextMessage
textMsg
= new TextMessage();
296
textMsg
.text = ValueParser.retrieveTextString(ctlv);
300
if (
textMsg
.text == null) {
306
textMsg
.responseNeeded = false;
312
textMsg
.iconSelfExplanatory = iconId.selfExplanatory;
317
textMsg
.duration = ValueParser.retrieveDuration(ctlv);
321
textMsg
.isHighPriority = (cmdDet.commandQualifier & 0x01) != 0;
322
textMsg
.userClear = (cmdDet.commandQualifier & 0x80) != 0;
324
mCmdParams = new DisplayTextParams(cmdDet,
textMsg
);
350
TextMessage
textMsg
= new TextMessage()
[
all
...]
Completed in 282 milliseconds