Home
last modified time | relevance | path

Searched refs:cellinfo (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkOperatorPreference.java62 public NetworkOperatorPreference(Context context, CellInfo cellinfo, in NetworkOperatorPreference() argument
65 updateCell(cellinfo); in NetworkOperatorPreference()
86 public void updateCell(CellInfo cellinfo) { in updateCell() argument
87 updateCell(cellinfo, CellInfoUtil.getCellIdentity(cellinfo)); in updateCell()
90 private void updateCell(CellInfo cellinfo, CellIdentity cellId) { in updateCell() argument
91 mCellInfo = cellinfo; in updateCell()
99 public boolean isSameCell(CellInfo cellinfo) { in isSameCell() argument
100 if (cellinfo == null) { in isSameCell()
103 return mCellId.equals(CellInfoUtil.getCellIdentity(cellinfo)); in isSameCell()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DNetworkOperatorPreference.java59 CellInfo cellinfo, Context context, List<String> forbiddenPlmns, boolean show4GForLTE) { in NetworkOperatorPreference() argument
61 mCellInfo = cellinfo; in NetworkOperatorPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java430 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java493 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()