Searched refs:MAX_SATELLITES (Results 1 – 1 of 1) sorted by relevance
34 private static final int MAX_SATELLITES = 255; field in GpsStatus195 if (prn <= 0 || prn > MAX_SATELLITES) { in setStatus()