Searched refs:mRequiresCell (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DProviderProperties.java46 public final boolean mRequiresCell; field in class:ProviderProperties
98 boolean mRequiresSatellite, boolean mRequiresCell, boolean mHasMonetaryCost,
103 this.mRequiresCell = mRequiresCell;
144 parcel.writeInt(mRequiresCell ? 1 : 0);
97 ProviderProperties(boolean mRequiresNetwork, boolean mRequiresSatellite, boolean mRequiresCell, boolean mHasMonetaryCost, boolean mSupportsAltitude, boolean mSupportsSpeed, boolean mSupportsBearing, int mPowerRequirement, int mAccuracy) argument
/frameworks/base/location/java/android/location/
H A DLocationProvider.java143 return mProperties.mRequiresCell;
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java949 } else if (properties.mRequiresNetwork || properties.mRequiresCell) {

Completed in 140 milliseconds