Home
last modified time | relevance | path

Searched refs:mPhyChanConfig (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java242 private TextView mPhyChanConfig; field in RadioInfo
384 mPhyChanConfig.setText(sb.toString()); in updatePhysicalChannelConfiguration()
451 mPhyChanConfig.setText(("update error"));
518 mPhyChanConfig = (TextView) findViewById(R.id.phy_chan_config); in onCreate()
827 mPhyChanConfig.setText(""); in unregisterPhoneStateListener()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java202 private TextView mPhyChanConfig; field in RadioInfo
330 mPhyChanConfig.setText(sb.toString()); in updatePhysicalChannelConfiguration()
382 mPhyChanConfig.setText(("update error"));
441 mPhyChanConfig = (TextView) findViewById(R.id.phy_chan_config); in onCreate()