HomeSort by relevance Sort by last modified time
    Searched refs:getGpsWeek (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GPSEphemerisExtensionTime.java 102 public GPSWeek getGpsWeek() {
143 return getGpsWeek() != null;
155 return getGpsWeek();
178 + getGpsWeek().toIndentedString(indent);
GPSTime.java 116 public GPSWeek getGpsWeek() {
185 return getGpsWeek() != null;
197 return getGpsWeek();
220 + getGpsWeek().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos_init/
NavigationModel.java 102 public NavigationModel.gpsWeekType getGpsWeek() {
188 return getGpsWeek() != null;
200 return getGpsWeek();
223 + getGpsWeek().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/suplClient/
SuplRrlpController.java 156 .getReferenceTime().getGpsTime().getGpsWeek().getInteger().intValue();
  /hardware/qcom/gps/msm8909w_3100/core/
SystemStatus.cpp 160 inline uint16_t getGpsWeek() { return mM1.mGpsWeek; }
    [all...]
  /hardware/qcom/gps/msm8998/core/
SystemStatus.cpp 156 inline uint16_t getGpsWeek() { return mM1.mGpsWeek; }
    [all...]

Completed in 230 milliseconds