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

  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 78 public final boolean mSupportsBearing;
99 boolean mSupportsAltitude, boolean mSupportsSpeed, boolean mSupportsBearing,
107 this.mSupportsBearing = mSupportsBearing;
148 parcel.writeInt(mSupportsBearing ? 1 : 0);
  /frameworks/base/location/java/android/location/
LocationProvider.java 111 if (criteria.isBearingRequired() && !properties.mSupportsBearing) {
182 return mProperties.mSupportsBearing;

Completed in 1396 milliseconds