Searched refs:operatorAlpha (Results 1 – 2 of 2) sorted by relevance
344 String operatorAlpha = SystemProperties.get("ro.cdma.home.operator.alpha"); in setProperties() local345 if (!TextUtils.isEmpty(operatorAlpha)) { in setProperties()346 tm.setSimOperatorNameForPhone(getPhoneId(), operatorAlpha); in setProperties() local
195 String operatorAlpha = SystemProperties.get("ro.cdma.home.operator.alpha"); in init() local197 log("init: operatorAlpha='" + operatorAlpha in init()201 if (!TextUtils.isEmpty(operatorAlpha)) { in init()202 log("init: set 'gsm.sim.operator.alpha' to operator='" + operatorAlpha + "'"); in init()203 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha); in init()