Merge "Expands on the definition of the timestamp parameter, as per clju@ in BUG:119380943." into qt-dev am: 716edf3883 am: a9a4771159 am: b563d173d2

am: 0f97261406

Change-Id: Ib7a49f5a6aa1581a30fc64d7be0d743d5b560733
This commit is contained in:
David Castro
2019-11-25 07:21:20 -08:00
committed by android-build-merger

View File

@@ -28,7 +28,9 @@ public interface OnNmeaMessageListener {
/**
* Called when an NMEA message is received.
* @param message NMEA message
* @param timestamp milliseconds since January 1, 1970.
* @param timestamp Date and time of the location fix, as reported by the GNSS
* chipset. The value is specified in milliseconds since 0:00
* UTC 1 January 1970.
*/
void onNmeaMessage(String message, long timestamp);
}