Searched defs:mConfirmMsg (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParams.java70 TextMessage mConfirmMsg; field in class:LaunchBrowserParams
77 mConfirmMsg = confirmMsg;
84 if (icon != null && mConfirmMsg != null) {
85 mConfirmMsg.icon = icon;
93 return "TextMessage=" + mConfirmMsg + " " + super.toString();
127 TextMessage mConfirmMsg; field in class:CallSetupParams
133 mConfirmMsg = confirmMsg;
142 if (mConfirmMsg != null && mConfirmMsg.icon == null) {
143 mConfirmMsg
[all...]

Completed in 45 milliseconds