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

  /cts/tests/tests/location/src/android/location/cts/
GnssLocationValuesTest.java 179 + "the LocationManager must have bearings.", location.hasBearing());
180 if(location.hasBearing()) {
LocationTest.java 321 assertFalse(location.hasBearing());
325 assertTrue(location.hasBearing());
329 assertTrue(location.hasBearing());
333 assertTrue(location.hasBearing());
337 assertFalse(location.hasBearing());
457 assertFalse(location.hasBearing());

Completed in 774 milliseconds