Lines Matching refs:setText
219 mNeighboringCids.setText("unknown");
225 smsc.setText("refresh error");
227 smsc.setText((String)ar.result);
234 smsc.setText("update error");
431 radioPowerButton.setText(buttonText); in updatePowerState()
435 cellInfoListRateButton.setText("CellInfoListRate " + mCellInfoListRateHandler.getRate()); in updateCellInfoListRate()
440 dnsCheckState.setText(phone.isDnsCheckDisabled() ? in updateDnsCheckState()
453 dBm.setText("0"); in updateSignalStrength()
464 dBm.setText(String.valueOf(signalDbm) + " " in updateSignalStrength()
476 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = " in updateLocation()
488 mLocation.setText("BID = " in updateLocation()
503 mLocation.setText("unknown"); in updateLocation()
523 mNeighboringCids.setText(sb.toString()); in updateNeighboringCids()
541 mCellInfo.setText(value.toString()); in updateCellInfoTv()
546 mMwi.setText(String.valueOf(mMwiValue)); in updateMessageWaiting()
551 mCfi.setText(String.valueOf(mCfiValue)); in updateCallRedirect()
575 gsmState.setText(display); in updateServiceState()
578 roamingState.setText(R.string.radioInfo_roaming_in); in updateServiceState()
580 roamingState.setText(R.string.radioInfo_roaming_not); in updateServiceState()
583 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()
604 callState.setText(display); in updatePhoneState()
628 gprsState.setText(display); in updateDataState()
636 network.setText(display); in updateNetworkType()
646 mDeviceId.setText(s); in updateProperties()
651 number.setText(s); in updateProperties()
658 resets.setText(s); in updateDataStats()
661 attempts.setText(s); in updateDataStats()
664 successes.setText(s); in updateDataStats()
670 sentSinceReceived.setText(s); in updateDataStats()
684 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes); in updateDataStats2()
685 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes); in updateDataStats2()
761 mPingIpAddr.setText(mPingIpAddrResult); in updatePingState()
762 mPingHostname.setText(mPingHostnameResult); in updatePingState()
763 mHttpClientTest.setText(mHttpClientTestResult); in updatePingState()
767 mPingIpAddr.setText(mPingIpAddrResult); in updatePingState()
768 mPingHostname.setText(mPingHostnameResult); in updatePingState()
769 mHttpClientTest.setText(mHttpClientTestResult); in updatePingState()
839 disconnects.setText(sb.toString()); in updatePdpList()
974 imsRegRequiredButton.setText(buttonText); in updateImsRegRequiredState()
999 smsOverImsButton.setText(buttonText); in updateSmsOverImsState()
1024 lteRamDumpButton.setText(buttonText); in updateLteRamDumpState()