Searched defs:radioType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DNeighboringCellInfo.java104 * Initialize the object from rssi, location string, and radioType
105 * radioType is one of following
113 public NeighboringCellInfo(int rssi, String location, int radioType) { argument
131 try {// set LAC/CID or PSC based on radioType
132 switch (radioType) {
135 mNetworkType = radioType;
146 mNetworkType = radioType;

Completed in 50 milliseconds