Searched refs:radioType (Results 1 – 2 of 2) sorted by relevance
158 public NeighboringCellInfo(int rssi, String location, int radioType) { in NeighboringCellInfo() argument177 switch (radioType) { in NeighboringCellInfo()180 mNetworkType = radioType; in NeighboringCellInfo()191 mNetworkType = radioType; in NeighboringCellInfo()
2662 int radioType = in responseCellList() local2666 if (radioType != TelephonyManager.NETWORK_TYPE_UNKNOWN) { in responseCellList()2670 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList()