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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
AltitudeInfo.java 117 private AltitudeInfo.altitudeType altitude_;
118 public AltitudeInfo.altitudeType getAltitude() {
122 * @throws ClassCastException if value is not a AltitudeInfo.altitudeType
125 this.altitude_ = (AltitudeInfo.altitudeType) value;
127 public AltitudeInfo.altitudeType setAltitudeToNewInstance() {
128 altitude_ = new AltitudeInfo.altitudeType();
222 return tag == null ? AltitudeInfo.altitudeType.getPossibleFirstTags() : ImmutableList.of(tag);
436 public static class altitudeType extends Asn1Integer {
442 public altitudeType() {
468 * Creates a new altitudeType from encoded stream
    [all...]
  /system/chre/chre_api/include/chre_api/chre/
wifi.h 308 * Possible values for {@link #chreWifiLci.altitudeType}. Ref: RFC 6225 2.4
666 //! fractional bits. Interpretation depends on {@link #altitudeType}. If
684 uint8_t altitudeType;
688 //! to CHRE_WIFI_LCI_UNCERTAINTY_UNKNOWN. Only applies when altitudeType
    [all...]

Completed in 6986 milliseconds