Home | History | Annotate | Download | only in telephony

Lines Matching defs:operatorNumeric

197      * the carrier selection process. operatorNumeric can be ""
203 public String operatorNumeric;
1005 nsm.operatorNumeric = "";
1029 nsm.operatorNumeric = network.getOperatorNumeric();
1060 // nsm.operatorNumeric is "" if we're in automatic.selection.
1063 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric);