Home
last modified time | relevance | path

Searched refs:mCellInfo (Results 1 – 7 of 7) 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/Telephony/src/com/android/phone/
DNetworkOperatorPreference.java43 private CellInfo mCellInfo; field in NetworkOperatorPreference
55 mCellInfo = cellinfo; in NetworkOperatorPreference()
62 return mCellInfo; in getCellInfo()
69 if (DBG) Log.d(TAG, "refresh the network: " + CellInfoUtil.getNetworkTitle(mCellInfo)); in refresh()
70 String networkTitle = CellInfoUtil.getNetworkTitle(mCellInfo); in refresh()
71 if (CellInfoUtil.isForbidden(mCellInfo, mForbiddenPlmns)) { in refresh()
75 int level = mCellInfo.getCellSignalStrength().getLevel(); in refresh()
117 int iconType = getIconIdForCell(mCellInfo); in updateIcon()
DNetworkSelectListPreference.java80 private CellInfo mCellInfo; field in NetworkSelectListPreference
130 + getNetworkTitle(mCellInfo));
300 getNetworkTitle(mCellInfo)); in showProgressDialog()
329 mCellInfo = mCellInfoList.get(operatorIndex); in onPreferenceChange()
330 if (DBG) logd("selected network: " + mCellInfo.toString()); in onPreferenceChange()
337 final OperatorInfo operatorInfo = getOperatorInfoFromCellInfo(mCellInfo); in onPreferenceChange()
/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/apps/Settings/src/com/android/settings/
DRadioInfo.java206 private TextView mCellInfo; field in RadioInfo
460 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
461 mCellInfo.setTypeface(Typeface.MONOSPACE); in onCreate()
739 mCellInfo.setText(""); in unregisterPhoneStateListener()
982 mCellInfo.setText(buildCellInfoString(arrayCi)); in updateCellInfo()
1181 mCellInfo.setText(""); in updateAllCellInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java195 private TextView mCellInfo; field in RadioInfo
428 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
429 mCellInfo.setTypeface(Typeface.MONOSPACE); in onCreate()
889 mCellInfo.setText(buildCellInfoString(arrayCi)); in updateCellInfo()
1083 mCellInfo.setText(""); in updateAllCellInfo()