OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reportLocation
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/location/lib/java/com/android/location/provider/
LocationProvider.java
167
public void
reportLocation
(Location location) {
169
mLocationManager.
reportLocation
(location, false);
171
Log.e(TAG, "RemoteException in
reportLocation
: ", e);
/frameworks/base/services/java/com/android/server/location/
PassiveProvider.java
137
mLocationManager.
reportLocation
(location, true);
139
Log.e(TAG, "RemoteException calling
reportLocation
");
MockProvider.java
169
mLocationManager.
reportLocation
(mLocation, false);
171
Log.e(TAG, "RemoteException calling
reportLocation
");
GpsLocationProvider.java
[
all
...]
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
[
all
...]
Completed in 139 milliseconds