Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java392 List<CellInfo> cellInfoList = mTelephonyManager.getAllCellInfo(); in resolutionMethodCellularLoc() local
393 if (cellInfoList == null) { in resolutionMethodCellularLoc()
398 for (CellInfo cellInfo : cellInfoList) { in resolutionMethodCellularLoc()