Searched defs:onNmeaReceived (Results 1 – 5 of 5) sorted by relevance
30 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived() method
31 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived() method
146 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived() method
1641 public void onNmeaReceived(long timestamp, String nmea) { in onNmeaReceived() method in LocationManager.GnssStatusListenerTransport
95 public void onNmeaReceived(final long timestamp, final String nmea) { in onNmeaReceived() method in GnssStatusListenerHelper