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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/
PositionData.java 134 public GNSSPosTechnology getGnssPosTechnology() {
261 return getGnssPosTechnology() != null;
273 return getGnssPosTechnology();
296 + getGnssPosTechnology().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
Ver2_SUPL_RESPONSE_extension.java 182 public GNSSPosTechnology getGnssPosTechnology() {
423 return getGnssPosTechnology() != null;
435 return getGnssPosTechnology();
458 + getGnssPosTechnology().toIndentedString(indent);
Ver2_SUPL_INIT_extension.java 196 public GNSSPosTechnology getGnssPosTechnology() {
495 return getGnssPosTechnology() != null;
507 return getGnssPosTechnology();
530 + getGnssPosTechnology().toIndentedString(indent);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_response/
Ver2_SUPLTRIGGEREDRESPONSE.java 229 public GNSSPosTechnology getGnssPosTechnology() {
599 return getGnssPosTechnology() != null;
611 return getGnssPosTechnology();
634 + getGnssPosTechnology().toIndentedString(indent);

Completed in 78 milliseconds