HomeSort by relevance Sort by last modified time
    Searched defs:CellInfoUtil (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CellInfoUtil.java 43 public final class CellInfoUtil {
46 private CellInfoUtil() {
174 String plmn = CellInfoUtil.getOperatorInfoFromCellInfo(cellInfo).getOperatorNumeric();
NetworkSelectSetting.java 206 logd("Connect to the network: " + CellInfoUtil.getNetworkTitle(cellInfo));
215 if (!CellInfoUtil.getNetworkTitle(cellInfo).equals(
216 CellInfoUtil.getNetworkTitle(connectedNetworkOperator.getCellInfo()))) {
222 OperatorInfo operatorInfo = CellInfoUtil.getOperatorInfoFromCellInfo(cellInfo);
399 pref.setKey(CellInfoUtil.getNetworkTitle(mCellInfoList.get(index)));
433 CellInfo cellInfo = CellInfoUtil.wrapCellInfoWithCellIdentity(cellIdentity);
493 String cTitle = CellInfoUtil.getNetworkTitle(connectedNetworkOperator);
494 String pTitle = CellInfoUtil.getNetworkTitle(
558 String networkTitle = CellInfoUtil.getNetworkTitle(cellInfo);
563 || CellInfoUtil.getLevel(map.get(networkTitle)
    [all...]

Completed in 60 milliseconds