Home
last modified time | relevance | path

Searched refs:IFusedGeofenceHardware (Results 1 – 9 of 9) 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.java26 import android.location.IFusedGeofenceHardware;
338 public IFusedGeofenceHardware getGeofenceHardware() { in getGeofenceHardware()
432 private final IFusedGeofenceHardware mGeofenceHardwareService =
433 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;
74 public void setFusedGeofenceHardware(IFusedGeofenceHardware service) {
DGeofenceHardwareImpl.java21 import android.location.IFusedGeofenceHardware;
55 private IFusedGeofenceHardware mFusedService;
189 public void setFusedGeofenceHardware(IFusedGeofenceHardware service) { in setFusedGeofenceHardware()
/frameworks/base/location/java/android/location/
DIFusedGeofenceHardware.aidl31 interface IFusedGeofenceHardware { interface
/frameworks/base/
DAndroid.mk360 location/java/android/location/IFusedGeofenceHardware.aidl \
Dcompiled-classes-phone2247 android.location.IFusedGeofenceHardware
2248 android.location.IFusedGeofenceHardware$Stub
/frameworks/base/api/
Dsystem-current.txt15430 …method public abstract void setFusedGeofenceHardware(android.location.IFusedGeofenceHardware) thro…
20692 public abstract interface IFusedGeofenceHardware implements android.os.IInterface {