OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onlocationchanged
(Results
1 - 25
of
32
) sorted by null
1
2
/frameworks/base/location/java/android/location/
ILocationListener.aidl
28
void
onLocationChanged
(in Location location);
LocationListener.java
44
void
onLocationChanged
(Location location);
LocationManager.java
214
public void
onLocationChanged
(Location location) {
255
mListener.
onLocationChanged
(location);
414
* {@link LocationListener#
onLocationChanged
} method will be called for
444
* {@link LocationListener#
onLocationChanged
} method will be called for
476
* {@link LocationListener#
onLocationChanged
} method will be called for
633
* {@link LocationListener#
onLocationChanged
} method will be called when
662
* {@link LocationListener#
onLocationChanged
} method will be called when
731
* LocationListener#
onLocationChanged
} method.</p>
754
* {@link LocationListener#
onLocationChanged
} callback, on the specified
[
all
...]
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java
37
public void
onLocationChanged
(Location location) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java
42
public void
onLocationChanged
(Location location) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java
40
public void
onLocationChanged
(Location location) {}
/frameworks/base/services/java/com/android/server/location/
GeofenceManager.java
98
* The {@link Location} most recently received via {@link #
onLocationChanged
(Location)}.
104
* {@link #
onLocationChanged
(Location)} or {@link #scheduleUpdateFencesLocked()}, and cleared
205
* Returns the location received most recently from {@link #
onLocationChanged
(Location)},
250
// Get a location to work with, either received via
onLocationChanged
() or
381
public void
onLocationChanged
(Location location) {
LocationBasedCountryDetector.java
162
public void
onLocationChanged
(Location location) {
/development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java
75
public void
onLocationChanged
(Location location) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java
78
public void
onLocationChanged
(Location location) {
158
public void
onLocationChanged
(Location location) {
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
371
* Check whether
onLocationChanged
() has been called. Wait up to timeout milliseconds
406
public void
onLocationChanged
(Location location) {
/frameworks/base/core/java/android/webkit/
GeolocationService.java
100
public void
onLocationChanged
(Location location) {
/frameworks/base/docs/html/reference/com/google/android/gms/location/
LocationListener.html
758
<span class="sympad"><a href="/reference/com/google/android/gms/location/LocationListener.html#
onLocationChanged
(android.location.Location)">
onLocationChanged
</a></span>(Location location)</nobr>
813
<A NAME="
onLocationChanged
(android.location.Location)"></A>
825
<span class="sympad">
onLocationChanged
</span>
/frameworks/base/docs/html/reference/com/google/android/gms/maps/
LocationSource.OnLocationChangedListener.html
754
<span class="sympad"><a href="/reference/com/google/android/gms/maps/LocationSource.OnLocationChangedListener.html#
onLocationChanged
(android.location.Location)">
onLocationChanged
</a></span>(Location location)</nobr>
809
<A NAME="
onLocationChanged
(android.location.Location)"></A>
821
<span class="sympad">
onLocationChanged
</span>
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java
228
public void
onLocationChanged
(Location location) {
/packages/apps/Camera/src/com/android/camera/
LocationManager.java
133
public void
onLocationChanged
(Location newLocation) {
/packages/apps/Gallery2/src/com/android/camera/
LocationManager.java
133
public void
onLocationChanged
(Location newLocation) {
/packages/apps/LegacyCamera/src/com/android/camera/
LocationManager.java
133
public void
onLocationChanged
(Location newLocation) {
/frameworks/base/services/java/com/android/server/
TwilightService.java
545
public void
onLocationChanged
(Location location) {
559
public void
onLocationChanged
(Location location) {
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java
261
public void
onLocationChanged
(Location location) {
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java
131
listener.
onLocationChanged
(mLocation);
/frameworks/base/docs/html/training/location/
receive-location-updates.jd
318
<code><a href="{@docRoot}reference/com/google/android/gms/location/LocationListener.html#
onLocationChanged
(android.location.Location)">
onLocationChanged
()</a></code>.
331
public void
onLocationChanged
(Location location) {
/cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java
456
public void
onLocationChanged
(Location location) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationManagerTest.java
398
public void
onLocationChanged
(Location location) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java
300
public void
onLocationChanged
(Location location) {
Completed in 1238 milliseconds
1
2