Home
last modified time | relevance | path

Searched defs:cellInfo (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java54 CellInfoLte cellInfo = new CellInfoLte(); in wrapCellInfoWithCellIdentity() local
58 CellInfoCdma cellInfo = new CellInfoCdma(); in wrapCellInfoWithCellIdentity() local
62 CellInfoWcdma cellInfo = new CellInfoWcdma(); in wrapCellInfoWithCellIdentity() local
66 CellInfoGsm cellInfo = new CellInfoGsm(); in wrapCellInfoWithCellIdentity() local
82 public static String getNetworkTitle(CellInfo cellInfo) { in getNetworkTitle()
98 public static OperatorInfo getOperatorInfoFromCellInfo(CellInfo cellInfo) { in getOperatorInfoFromCellInfo()
162 public static boolean isForbidden(CellInfo cellInfo, List<String> forbiddenPlmns) { in isForbidden()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkSelectSettings.java382 aggregatedList.set(aggregatedList.indexOf(itemInTheList.get()), cellInfo); in doAggregation() local
448 protected NetworkOperatorPreference createNetworkOperatorPreference(CellInfo cellInfo) { in createNetworkOperatorPreference()
471 final CellInfo cellInfo = mCellInfoList.get(index); in updateAllPreferenceCategory() local
502 final CellInfo cellInfo = mCellInfoList.get(index); in updateAllPreferenceCategory() local
DCellInfoUtil.java84 public static CellIdentity getCellIdentity(CellInfo cellInfo) { in getCellIdentity()
143 public static String cellInfoToString(CellInfo cellInfo) { in cellInfoToString()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java261 private int getSignalLevel(CellInfo cellInfo) { in getSignalLevel()
270 protected String getMcc(CellInfo cellInfo) { in getMcc()
283 protected String getMnc(CellInfo cellInfo) { in getMnc()
DONSNetworkScanCtlr.java270 protected String getMccMnc(CellInfo cellInfo) { in getMccMnc()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNetworkSelectSettingsTest.java169 createNetworkOperatorPreference(CellInfo cellInfo) { in createNetworkOperatorPreference()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkEvaluatorTest.java1798 QnsTelephonyListener.QnsTelephonyInfo cellInfo = in testOnImsCallDisconnectCauseChanged() local
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1605 public void startDrag(CellLayout.CellInfo cellInfo, DragOptions options) { in startDrag()