Home
last modified time | relevance | path

Searched refs:mToaGpsNanosecondsOfWeek (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
DGnssMeasurementCorrections.java73 private final long mToaGpsNanosecondsOfWeek; field in GnssMeasurementCorrections
107 mToaGpsNanosecondsOfWeek = builder.mToaGpsNanosecondsOfWeek; in GnssMeasurementCorrections()
159 return mToaGpsNanosecondsOfWeek; in getToaGpsNanosecondsOfWeek()
258 String.format(format, "ToaGpsNanosecondsOfWeek = ", mToaGpsNanosecondsOfWeek)); in toString()
279 parcel.writeLong(mToaGpsNanosecondsOfWeek); in writeToParcel()
299 private long mToaGpsNanosecondsOfWeek; field in GnssMeasurementCorrections.Builder
354 mToaGpsNanosecondsOfWeek = toaGpsNanosecondsOfWeek; in setToaGpsNanosecondsOfWeek()