OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRequiresCell
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java
46
public final boolean
mRequiresCell
;
98
boolean mRequiresSatellite, boolean
mRequiresCell
, boolean mHasMonetaryCost,
103
this.
mRequiresCell
=
mRequiresCell
;
144
parcel.writeInt(
mRequiresCell
? 1 : 0);
/frameworks/base/location/java/android/location/
LocationProvider.java
143
return mProperties.
mRequiresCell
;
/frameworks/base/services/core/java/com/android/server/
LocationManagerService.java
[
all
...]
Completed in 67 milliseconds