Searched refs:radioType (Results 1 – 2 of 2) sorted by relevance
113 public NeighboringCellInfo(int rssi, String location, int radioType) { in NeighboringCellInfo() argument132 switch (radioType) { in NeighboringCellInfo()135 mNetworkType = radioType; in NeighboringCellInfo()146 mNetworkType = radioType; in NeighboringCellInfo()
3727 int radioType = in responseCellList() local3732 if (radioType != NETWORK_TYPE_UNKNOWN) { in responseCellList()3736 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList()