Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNeighboringCellInfo.java113 public NeighboringCellInfo(int rssi, String location, int radioType) { in NeighboringCellInfo() argument
132 switch (radioType) { in NeighboringCellInfo()
135 mNetworkType = radioType; in NeighboringCellInfo()
146 mNetworkType = radioType; in NeighboringCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java1527 int radioType = in responseCellList() local
1531 if (radioType != TelephonyManager.NETWORK_TYPE_UNKNOWN) { in responseCellList()
1535 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList()