Searched refs:operatorName (Results 1 – 2 of 2) sorted by relevance
2454 String operatorName = phone.getServiceState().getOperatorAlphaLong(); in initializeHandsfreeAtParser()2455 if (operatorName != null) { in initializeHandsfreeAtParser()2456 if (operatorName.length() > 16) { in initializeHandsfreeAtParser()2457 operatorName = operatorName.substring(0, 16); in initializeHandsfreeAtParser()2460 "+COPS: 0,0,\"" + operatorName + "\""); in initializeHandsfreeAtParser()
103 private TextView operatorName; field in RadioInfo250 operatorName = (TextView) findViewById(R.id.operator); in onCreate()544 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()