Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java212 private TextView mPhyChanConfig; field in RadioInfo
350 mPhyChanConfig.setText(sb.toString()); in updatePhysicalChannelConfiguration()
471 mPhyChanConfig = (TextView) findViewById(R.id.phy_chan_config); in onCreate()
743 mPhyChanConfig.setText(""); in unregisterPhoneStateListener()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java201 private TextView mPhyChanConfig; field in RadioInfo
335 mPhyChanConfig.setText(sb.toString()); in updatePhysicalChannelConfiguration()
439 mPhyChanConfig = (TextView) findViewById(R.id.phy_chan_config); in onCreate()