Home | History | Annotate | Download | only in location

Lines Matching refs:reportLocation

1048     private void reportLocation(int flags, double latitude, double longitude, double altitude,
1050 if (VERBOSE) Log.v(TAG, "reportLocation lat: " + latitude + " long: " + longitude +
1082 mLocationManager.reportLocation(mLocation, false);
1084 Log.e(TAG, "RemoteException calling reportLocation");