Home | History | Annotate | Download | only in phone

Lines Matching full:operatorname

2453                 String operatorName = phone.getServiceState().getOperatorAlphaLong();
2454 if (operatorName != null) {
2455 if (operatorName.length() > 16) {
2456 operatorName = operatorName.substring(0, 16);
2459 "+COPS: 0,0,\"" + operatorName + "\"");