OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportLocation
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java
30
public boolean
reportLocation
= false;
51
request.
reportLocation
= in.readInt() == 1;
72
parcel.writeInt(
reportLocation
? 1 : 0);
84
if (
reportLocation
) {
/frameworks/base/location/lib/java/com/android/location/provider/
ProviderRequestUnbundled.java
41
return mRequest.
reportLocation
;
LocationProviderBase.java
135
public final void
reportLocation
(Location location) {
137
mLocationManager.
reportLocation
(location, false);
/frameworks/base/services/java/com/android/server/location/
PassiveProvider.java
96
mReportLocation = request.
reportLocation
;
103
mLocationManager.
reportLocation
(location, true);
105
Log.e(TAG, "RemoteException calling
reportLocation
");
MockProvider.java
113
mLocationManager.
reportLocation
(mLocation, false);
115
Log.e(TAG, "RemoteException calling
reportLocation
");
GpsLocationProvider.java
[
all
...]
/frameworks/base/location/java/android/location/
ILocationManager.aidl
87
void
reportLocation
(in Location location, boolean passive);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java
40
public void
reportLocation
(Location location);
255
mCallback.
reportLocation
(mFusedLocation);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
[
all
...]
Completed in 872 milliseconds