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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java69 * @param bid Base Station Id 0..65535
77 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) { argument
80 mBasestationId = bid;

Completed in 77 milliseconds