Searched refs:hasMslAltitude (Results 1 – 5 of 5) sorted by relevance
729 public boolean hasMslAltitude() { in hasMslAltitude() method in Location926 && hasMslAltitude() == location.hasMslAltitude() in equals()927 && (!hasMslAltitude() || Double.compare(location.mMslAltitudeMeters, in equals()971 if (hasMslAltitude()) { in toString()1045 if (l.hasMslAltitude()) {1098 if (hasMslAltitude()) { in writeToParcel()
62 assertThat(location.hasMslAltitude()).isFalse(); in testAddMslAltitudeToLocation_expectedBehavior()94 assertThat(location.hasMslAltitude()).isFalse(); in testAddMslAltitudeToLocation_expectedBehavior()
1458 assertThat(actual.hasMslAltitude()).isTrue(); in testEnableMsl_expectedBehavior()1486 assertThat(actual.hasMslAltitude()).isTrue(); in testEnableMsl_noVerticalAccuracy()1514 assertThat(actual.hasMslAltitude()).isFalse(); in testEnableMsl_noAltitude()1542 assertThat(actual.hasMslAltitude()).isFalse(); in testEnableMsl_invalidAltitude()1569 assertThat(actual.hasMslAltitude()).isFalse(); in testDisableMsl_expectedBehavior()
2676 if (!location.hasMslAltitude() && location.hasAltitude()) {
21029 method public boolean hasMslAltitude();