Searched refs:mCellInfo (Results 1 – 5 of 5) sorted by relevance
43 private CellInfo mCellInfo; field in NetworkOperatorPreference52 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()
49 private CellInfo mCellInfo; field in NetworkOperatorPreference61 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()
47 private CellInfo mCellInfo; field in NetworkOperatorPreferenceTest63 new NetworkOperatorPreference(mCellInfo, mContext, in setIcon_useOldApi_doNothing()
236 private TextView mCellInfo; field in RadioInfo503 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()
196 private TextView mCellInfo; field in RadioInfo430 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()