Home | History | Annotate | Download | only in settings

Lines Matching refs:bid

483             int bid = loc.getBaseStationId();
488 mLocation.setText("BID = "
489 + ((bid == -1) ? "unknown" : Integer.toHexString(bid))