Home | History | Annotate | Download | only in telephony

Lines Matching refs:operatorAlpha

323             String operatorAlpha = SystemProperties.get("ro.cdma.home.operator.alpha");
325 logd("init: operatorAlpha='" + operatorAlpha
327 if (!TextUtils.isEmpty(operatorAlpha)) {
328 logd("init: set 'gsm.sim.operator.alpha' to operator='" + operatorAlpha + "'");
329 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha);