Home
last modified time | relevance | path

Searched refs:mCellInfo (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkOperatorPreference.java43 private CellInfo mCellInfo; field in NetworkOperatorPreference
52 mCellInfo = cellinfo; in NetworkOperatorPreference()
61 return mCellInfo; in getCellInfo()
68 if (DBG) Log.d(TAG, "refresh the network: " + CellInfoUtil.getNetworkTitle(mCellInfo)); in refresh()
69 String networkTitle = CellInfoUtil.getNetworkTitle(mCellInfo); in refresh()
70 if (CellInfoUtil.isForbidden(mCellInfo, mForbiddenPlmns)) { in refresh()
75 final CellSignalStrength signalStrength = mCellInfo.getCellSignalStrength(); in refresh()
115 getIconIdForCell(mCellInfo), false)); in updateIcon()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DNetworkOperatorPreference.java49 private CellInfo mCellInfo; field in NetworkOperatorPreference
61 mCellInfo = cellinfo; in NetworkOperatorPreference()
68 return mCellInfo; in getCellInfo()
75 if (DBG) Log.d(TAG, "refresh the network: " + CellInfoUtil.getNetworkTitle(mCellInfo)); in refresh()
76 String networkTitle = CellInfoUtil.getNetworkTitle(mCellInfo); in refresh()
77 if (CellInfoUtil.isForbidden(mCellInfo, mForbiddenPlmns)) { in refresh()
82 final CellSignalStrength signalStrength = mCellInfo.getCellSignalStrength(); in refresh()
124 int iconType = getIconIdForCell(mCellInfo); in updateIcon()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DNetworkOperatorPreferenceTest.java47 private CellInfo mCellInfo; field in NetworkOperatorPreferenceTest
63 new NetworkOperatorPreference(mCellInfo, mContext, in setIcon_useOldApi_doNothing()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java236 private TextView mCellInfo; field in RadioInfo
503 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
504 mCellInfo.setTypeface(Typeface.MONOSPACE); in onCreate()
823 mCellInfo.setText(""); in unregisterPhoneStateListener()
1066 mCellInfo.setText(buildCellInfoString(arrayCi)); in updateCellInfo()
1289 mCellInfo.setText(""); in updateAllCellInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java196 private TextView mCellInfo; field in RadioInfo
430 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
431 mCellInfo.setTypeface(Typeface.MONOSPACE); in onCreate()
892 mCellInfo.setText(buildCellInfoString(arrayCi)); in updateCellInfo()
1086 mCellInfo.setText(""); in updateAllCellInfo()