Searched refs:location (Results 1 - 25 of 176) sorted by relevance

12345678

/frameworks/base/location/java/android/location/
H A DAddress.aidl17 package android.location;
H A DCountry.aidl17 package android.location;
H A DCriteria.aidl17 package android.location;
H A DFusedBatchOptions.aidl17 package android.location;
H A DGeocoderParams.aidl17 package android.location;
H A DGeofence.aidl17 package android.location;
H A DLocation.aidl17 package android.location;
H A DLocationRequest.aidl17 package android.location;
H A DICountryDetector.aidl17 package android.location;
19 import android.location.Country;
20 import android.location.ICountryListener;
H A DINetInitiatedListener.aidl18 package android.location;
H A DCountryListener.java17 package android.location;
H A DICountryListener.aidl17 package android.location;
19 import android.location.Country;
H A DIFusedProvider.aidl17 package android.location;
19 import android.hardware.location.IFusedLocationHardware;
H A DIGeofenceProvider.aidl17 package android.location;
19 import android.hardware.location.IGeofenceHardware;
22 * An interface for location providers implementing the Geofencing service
H A DIGpsStatusProvider.aidl17 package android.location;
19 import android.location.IGpsStatusListener;
22 * An interface for location providers that provide GPS status information.
H A DILocationListener.aidl1 /* //device/java/android/android/location/ILocationListener.aidl
18 package android.location;
20 import android.location.Location;
28 void onLocationChanged(in Location location);
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorCallback.java17 package android.hardware.location;
19 import android.location.Location;
33 * @param location The last known location according to the monitoring system.
35 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) { argument
H A DGeofenceHardwareRequestParcelable.aidl17 package android.hardware.location;
H A DIGeofenceHardwareMonitorCallback.aidl17 package android.hardware.location;
19 import android.location.Location;
23 void onMonitoringSystemChange(int monitoringType, boolean available, in Location location);
H A DIFusedLocationHardwareSink.aidl17 package android.hardware.location;
19 import android.location.Location;
29 * Event generated when a batch of location information is available.
31 * @param locations The batch of location information available.
H A DIGeofenceHardwareCallback.aidl17 package android.hardware.location;
19 import android.location.Location;
23 void onGeofenceTransition(int geofenceId, int transition, in Location location,
H A DGeofenceHardwareCallback.java17 package android.hardware.location;
19 import android.location.Location;
32 * @param location The last known location according to the monitoring system.
37 public void onGeofenceTransition(int geofenceId, int transition, Location location, argument
/frameworks/base/location/java/com/android/internal/location/
H A DProviderProperties.aidl17 package com.android.internal.location;
H A DProviderRequest.aidl17 package com.android.internal.location;
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardwareSink.java17 package com.android.location.provider;
19 import android.location.Location;

Completed in 1854 milliseconds

12345678