Lines Matching refs:mManageMobilePlanMessage
116 private String mManageMobilePlanMessage; field in WirelessSettings
119 mManageMobilePlanMessage = null; in onManageMobilePlanClick()
158 mManageMobilePlanMessage = resources.getString( in onManageMobilePlanClick()
161 mManageMobilePlanMessage = resources.getString( in onManageMobilePlanClick()
165 mManageMobilePlanMessage = resources.getString( in onManageMobilePlanClick()
171 mManageMobilePlanMessage = resources.getString(R.string.mobile_insert_sim_card); in onManageMobilePlanClick()
174 mManageMobilePlanMessage = resources.getString(R.string.mobile_connect_to_internet); in onManageMobilePlanClick()
176 if (!TextUtils.isEmpty(mManageMobilePlanMessage)) { in onManageMobilePlanClick()
177 log("onManageMobilePlanClick: message=" + mManageMobilePlanMessage); in onManageMobilePlanClick()
188 .setMessage(mManageMobilePlanMessage) in onCreateDialog()
195 mManageMobilePlanMessage = null; in onCreateDialog()
216 mManageMobilePlanMessage = savedInstanceState.getString(SAVED_MANAGE_MOBILE_PLAN_MSG);
218 log("onCreate: mManageMobilePlanMessage=" + mManageMobilePlanMessage);
366 if (!TextUtils.isEmpty(mManageMobilePlanMessage)) {
367 outState.putString(SAVED_MANAGE_MOBILE_PLAN_MSG, mManageMobilePlanMessage);