OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocationListener
(Results
1 - 21
of
21
) sorted by null
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java
21
import android.location.
LocationListener
;
36
new
LocationListener
() {
/frameworks/base/location/java/android/location/
LocationListener.java
24
*
LocationListener
has been registered with the location manager service
25
* using the {@link LocationManager#requestLocationUpdates(String, long, float,
LocationListener
)}
28
public interface
LocationListener
{
LocationManager.java
121
private HashMap<
LocationListener
,ListenerTransport> mListeners =
122
new HashMap<
LocationListener
,ListenerTransport>();
130
private
LocationListener
mListener;
133
ListenerTransport(
LocationListener
listener, Looper looper) {
579
* the named provider. Periodically, the supplied
LocationListener
will
587
* and the {@link
LocationListener
#onProviderDisabled(String)}
589
* the {@link
LocationListener
#onProviderEnabled(String)} method will
613
* @param listener a {#link
LocationListener
} whose
614
* {@link
LocationListener
#onLocationChanged} method will be called for
623
long minTime, float minDistance,
LocationListener
listener)
[
all
...]
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java
21
import android.location.
LocationListener
;
41
new
LocationListener
() {
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java
22
import android.location.
LocationListener
;
39
new
LocationListener
() {
/cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java
25
import android.location.
LocationListener
;
96
LocationListener
mockListener = new MockLocationListener();
399
private static class MockLocationListener implements
LocationListener
{
/frameworks/base/core/java/android/webkit/
GeolocationService.java
22
import android.location.
LocationListener
;
34
final class GeolocationService implements
LocationListener
{
95
*
LocationListener
implementation.
109
*
LocationListener
implementation.
126
*
LocationListener
implementation.
141
*
LocationListener
implementation.
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
33
import android.location.
LocationListener
;
303
args = {String.class, long.class, float.class,
LocationListener
.class}
308
args = {
LocationListener
.class}
327
(
LocationListener
) null);
341
mManager.removeUpdates( (
LocationListener
) null );
423
args = {String.class, long.class, float.class,
LocationListener
.class, Looper.class}
428
args = {
LocationListener
.class}
464
(
LocationListener
) null, Looper.myLooper());
485
mManager.removeUpdates( (
LocationListener
) null );
683
@ToBeFixed(bug = "", explanation = "The callbacks of
LocationListener
can not be tested
[
all
...]
/frameworks/base/services/java/com/android/server/
UiModeManagerService.java
37
import android.location.
LocationListener
;
236
// A
LocationListener
to initialize the network location provider. The location updates
238
private final
LocationListener
mEmptyLocationListener = new
LocationListener
() {
252
private final
LocationListener
mLocationListener = new
LocationListener
() {
[
all
...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java
29
import android.location.
LocationListener
;
291
private class LocationTrackingListener implements
LocationListener
{
/packages/apps/Camera/src/com/android/camera/
Camera.java
504
LocationListener
[] mLocationListeners = new
LocationListener
[] {
505
new
LocationListener
(LocationManager.GPS_PROVIDER),
506
new
LocationListener
(LocationManager.NETWORK_PROVIDER)
526
private class
LocationListener
527
implements android.location.
LocationListener
{
532
public
LocationListener
(String provider) {
[
all
...]
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
41
import android.location.
LocationListener
;
466
private class LocationUpdater implements
LocationListener
{
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 154 milliseconds