Searched refs:NMEA_RECEIVED (Results 1 – 2 of 2) sorted by relevance
1649 case NMEA_RECEIVED: in handleMessage()1677 private static final int NMEA_RECEIVED = 1; field in LocationManager.GnssStatusListenerTransport1776 mGnssHandler.removeMessages(NMEA_RECEIVED); in onNmeaReceived()1777 mGnssHandler.obtainMessage(NMEA_RECEIVED).sendToTarget(); in onNmeaReceived()
33602 Landroid/location/LocationManager$GnssStatusListenerTransport;->NMEA_RECEIVED:I