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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParams.java63 TextMessage mConfirmMsg; field in class:LaunchBrowserParams
70 mConfirmMsg = confirmMsg;
77 if (icon != null && mConfirmMsg != null) {
78 mConfirmMsg.icon = icon;
107 TextMessage mConfirmMsg; field in class:CallSetupParams
113 mConfirmMsg = confirmMsg;
122 if (mConfirmMsg != null && mConfirmMsg.icon == null) {
123 mConfirmMsg.icon = icon;

Completed in 99 milliseconds