Home | History | Annotate | Download | only in settings

Lines Matching defs:bid

462             int bid = loc.getBaseStationId();
467 mLocation.setText("BID = "
468 + ((bid == -1) ? "unknown" : Integer.toHexString(bid))