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
37
) 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
240
public void
onLocationChanged
(Location location) {
281
mListener.
onLocationChanged
(location);
443
* {@link LocationListener#
onLocationChanged
} method will be called for
473
* {@link LocationListener#
onLocationChanged
} method will be called for
505
* {@link LocationListener#
onLocationChanged
} method will be called for
662
* {@link LocationListener#
onLocationChanged
} method will be called when
691
* {@link LocationListener#
onLocationChanged
} method will be called when
760
* LocationListener#
onLocationChanged
} method.</p>
[
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/core/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/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java
75
public void
onLocationChanged
(Location location) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LocationProviderFactory.java
99
public void
onLocationChanged
(Location location) {
183
//
onLocationChanged
directly.
/packages/apps/Camera2/src/com/android/camera/app/
LegacyLocationProvider.java
133
public void
onLocationChanged
(Location newLocation) {
/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
393
* Check whether
onLocationChanged
() has been called. Wait up to timeout milliseconds
428
public void
onLocationChanged
(Location location) {
/frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java
444
public void
onLocationChanged
(Location location) {
458
public void
onLocationChanged
(Location location) {
/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/LegacyCamera/src/com/android/camera/
LocationManager.java
133
public void
onLocationChanged
(Location newLocation) {
/frameworks/base/docs/html/reference/com/google/android/gms/location/
LocationListener.html
842
<span class="sympad"><a href="/reference/com/google/android/gms/location/LocationListener.html#
onLocationChanged
(android.location.Location)">
onLocationChanged
</a></span>(Location location)</nobr>
897
<A NAME="
onLocationChanged
(android.location.Location)"></A>
909
<span class="sympad">
onLocationChanged
</span>
/frameworks/base/docs/html/reference/com/google/android/gms/maps/
LocationSource.OnLocationChangedListener.html
838
<span class="sympad"><a href="/reference/com/google/android/gms/maps/LocationSource.OnLocationChangedListener.html#
onLocationChanged
(android.location.Location)">
onLocationChanged
</a></span>(Location location)</nobr>
893
<A NAME="
onLocationChanged
(android.location.Location)"></A>
905
<span class="sympad">
onLocationChanged
</span>
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java
263
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
469
public void
onLocationChanged
(Location location) {
/developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java
248
public void
onLocationChanged
(Location location) {
/external/chromium_org/content/browser/accessibility/
browser_accessibility.h
68
virtual void
OnLocationChanged
() const {}
Completed in 668 milliseconds
1
2