Searched refs:cellinfo (Results 1 – 4 of 4) sorted by relevance
62 public NetworkOperatorPreference(Context context, CellInfo cellinfo, in NetworkOperatorPreference() argument65 updateCell(cellinfo); in NetworkOperatorPreference()86 public void updateCell(CellInfo cellinfo) { in updateCell() argument87 updateCell(cellinfo, CellInfoUtil.getCellIdentity(cellinfo)); in updateCell()90 private void updateCell(CellInfo cellinfo, CellIdentity cellId) { in updateCell() argument91 mCellInfo = cellinfo; in updateCell()99 public boolean isSameCell(CellInfo cellinfo) { in isSameCell() argument100 if (cellinfo == null) { in isSameCell()103 return mCellId.equals(CellInfoUtil.getCellIdentity(cellinfo)); in isSameCell()
59 CellInfo cellinfo, Context context, List<String> forbiddenPlmns, boolean show4GForLTE) { in NetworkOperatorPreference() argument61 mCellInfo = cellinfo; in NetworkOperatorPreference()
430 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
493 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()