OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTextMsg
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java
47
TextMessage
mTextMsg
;
51
mTextMsg
= textMsg;
56
if (icon != null &&
mTextMsg
!= null) {
57
mTextMsg
.icon = icon;
65
return "TextMessage=" +
mTextMsg
+ " " + super.toString();
106
TextMessage
mTextMsg
;
112
mTextMsg
= textMsg;
118
if (icon != null &&
mTextMsg
!= null) {
119
mTextMsg
.icon = icon;
209
TextMessage
mTextMsg
;
[
all
...]
CatCmdMessage.java
30
private TextMessage
mTextMsg
;
87
mTextMsg
= ((DisplayTextParams) cmdParams).
mTextMsg
;
94
mTextMsg
= ((LaunchBrowserParams) cmdParams).mConfirmMsg;
102
mTextMsg
= params.
mTextMsg
;
105
mTextMsg
= ((CallSetupParams) cmdParams).mConfirmMsg;
117
mTextMsg
= param.
mTextMsg
;
132
mTextMsg
= in.readParcelable(null)
[
all
...]
CatService.java
438
if ((((DisplayTextParams)cmdParams).
mTextMsg
.text != null)
439
&& (((DisplayTextParams)cmdParams).
mTextMsg
.text.equals(STK_DEFAULT))) {
441
((DisplayTextParams)cmdParams).
mTextMsg
.text = message.toString();
470
if ((cmd.
mTextMsg
.text == null) && (cmd.mHasAlphaId || noAlphaUsrCnf)) {
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java
47
TextMessage
mTextMsg
= null;
131
if (
mTextMsg
== null) {
141
setTitle(
mTextMsg
.title);
143
if (!(
mTextMsg
.iconSelfExplanatory &&
mTextMsg
.icon != null)) {
144
mMessageView.setText(
mTextMsg
.text);
147
if (
mTextMsg
.icon == null) {
152
new BitmapDrawable(
mTextMsg
.icon));
161
if (StkApp.calculateDurationInMilis(
mTextMsg
.duration) == 0 &&
162
!
mTextMsg
.responseNeeded && mTextMsg.userClear)
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 74 milliseconds