Home
last modified time | relevance | path

Searched refs:IFusedGeofenceHardware (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGeofenceProxy.java25 import android.location.IFusedGeofenceHardware;
45 private final IFusedGeofenceHardware mFusedGeofenceHardware;
68 IFusedGeofenceHardware fusedGeofenceHardware) { in createAndBind()
82 IFusedGeofenceHardware fusedGeofenceHardware) { in GeofenceProxy()
DFlpHardwareProvider.java24 import android.location.IFusedGeofenceHardware;
265 public IFusedGeofenceHardware getGeofenceHardware() { in getGeofenceHardware()
338 private final IFusedGeofenceHardware mGeofenceHardwareService =
339 new IFusedGeofenceHardware.Stub() {
/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardware.aidl19 import android.location.IFusedGeofenceHardware;
28 void setFusedGeofenceHardware(in IFusedGeofenceHardware service); in setFusedGeofenceHardware()
DGeofenceHardwareService.java23 import android.location.IFusedGeofenceHardware;
72 public void setFusedGeofenceHardware(IFusedGeofenceHardware service) {
DGeofenceHardwareImpl.java21 import android.location.IFusedGeofenceHardware;
54 private IFusedGeofenceHardware mFusedService;
169 public void setFusedGeofenceHardware(IFusedGeofenceHardware service) { in setFusedGeofenceHardware()
/frameworks/base/location/java/android/location/
DIFusedGeofenceHardware.aidl31 interface IFusedGeofenceHardware { interface
/frameworks/base/
DAndroid.mk312 location/java/android/location/IFusedGeofenceHardware.aidl \
/frameworks/base/api/
Dsystem-current.txt13938 …method public abstract void setFusedGeofenceHardware(android.location.IFusedGeofenceHardware) thro…
14735 public abstract interface IFusedGeofenceHardware implements android.os.IInterface {