Home
last modified time | relevance | path

Searched refs:GeofenceProxy (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceProxy.java42 public final class GeofenceProxy implements ServiceListener<BoundServiceInfo> { class
52 public static GeofenceProxy createAndBind(Context context, IGpsGeofenceHardware gpsGeofence) { in createAndBind()
53 GeofenceProxy proxy = new GeofenceProxy(context, gpsGeofence); in createAndBind()
66 private GeofenceProxy(Context context, IGpsGeofenceHardware gpsGeofence) { in GeofenceProxy() method in GeofenceProxy
114 mServiceWatcher.runOnBinder(GeofenceProxy.this::updateGeofenceHardware); in onServiceConnected()
123 mServiceWatcher.runOnBinder(GeofenceProxy.this::updateGeofenceHardware); in onServiceDisconnected()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java103 import com.android.server.location.geofence.GeofenceProxy;
455 GeofenceProxy provider = GeofenceProxy.createAndBind(mContext, in onSystemThirdPartyAppsCanStart()
/frameworks/base/services/
Dart-profile21876 …n/geofence/GeofenceProxy$GeofenceProxyServiceConnection$$ExternalSyntheticLambda0;-><init>(Lcom/an…
21877 …erver/location/geofence/GeofenceProxy$GeofenceProxyServiceConnection;-><init>(Lcom/android/server/…
21878 PLcom/android/server/location/geofence/GeofenceProxy$GeofenceProxyServiceConnection;->onServiceConn…
21879 HSPLcom/android/server/location/geofence/GeofenceProxy;-><init>(Landroid/content/Context;Landroid/l…
21880 …ce/GeofenceProxy;->createAndBind(Landroid/content/Context;Landroid/location/IGpsGeofenceHardware;)…
21881 PLcom/android/server/location/geofence/GeofenceProxy;->onBind(Landroid/os/IBinder;Lcom/android/serv…
21882 PLcom/android/server/location/geofence/GeofenceProxy;->onBind(Landroid/os/IBinder;Lcom/android/serv…
21883 PLcom/android/server/location/geofence/GeofenceProxy;->onUnbind()V
21884 HSPLcom/android/server/location/geofence/GeofenceProxy;->register(Landroid/content/Context;)Z
21885 PLcom/android/server/location/geofence/GeofenceProxy;->updateGeofenceHardware(Landroid/os/IBinder;)V
[all …]