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

/frameworks/base/location/java/android/location/
H A DLocationManager.java1627 case NMEA_RECEIVED:
1658 private static final int NMEA_RECEIVED = 1000; field in class:LocationManager.GnssStatusListenerTransport
1798 msg.what = NMEA_RECEIVED;
1799 // remove any NMEA_RECEIVED messages already in the queue
1800 mGnssHandler.removeMessages(NMEA_RECEIVED);

Completed in 196 milliseconds