Searched refs:GeofenceHardwareMonitorEvent (Results 1 – 10 of 10) sorted by relevance
31 public class GeofenceHardwareMonitorEvent implements Parcelable { class37 public GeofenceHardwareMonitorEvent( in GeofenceHardwareMonitorEvent() method in GeofenceHardwareMonitorEvent76 public static final @NonNull Creator<GeofenceHardwareMonitorEvent> CREATOR =77 new Creator<GeofenceHardwareMonitorEvent>() {79 public GeofenceHardwareMonitorEvent createFromParcel(Parcel source) {80 ClassLoader classLoader = GeofenceHardwareMonitorEvent.class.getClassLoader();86 return new GeofenceHardwareMonitorEvent(94 public GeofenceHardwareMonitorEvent[] newArray(int size) {95 return new GeofenceHardwareMonitorEvent[size];
19 import android.hardware.location.GeofenceHardwareMonitorEvent;24 void onMonitoringSystemChange(in GeofenceHardwareMonitorEvent event); in onMonitoringSystemChange()
19 parcelable GeofenceHardwareMonitorEvent;
60 public void onMonitoringSystemChange(GeofenceHardwareMonitorEvent event) {} in onMonitoringSystemChange()
514 GeofenceHardwareMonitorEvent event = new GeofenceHardwareMonitorEvent( in reportGeofenceMonitorStatus()713 GeofenceHardwareMonitorEvent event = (GeofenceHardwareMonitorEvent) msg.obj;
484 public void onMonitoringSystemChange(GeofenceHardwareMonitorEvent event) { in onMonitoringSystemChange()
2717 …ethod public void onMonitoringSystemChange(android.hardware.location.GeofenceHardwareMonitorEvent);2720 public class GeofenceHardwareMonitorEvent implements android.os.Parcelable {2721 ctor public GeofenceHardwareMonitorEvent(int, int, int, android.location.Location);2728 …final android.os.Parcelable.Creator<android.hardware.location.GeofenceHardwareMonitorEvent> CREATO…
7334 PLandroid/hardware/location/GeofenceHardwareMonitorEvent$1;-><init>()V7335 PLandroid/hardware/location/GeofenceHardwareMonitorEvent;->getMonitoringType()I7336 PLandroid/hardware/location/GeofenceHardwareMonitorEvent;->writeToParcel(Landroid/os/Parcel;I)V7376 …ck$Stub$Proxy;->onMonitoringSystemChange(Landroid/hardware/location/GeofenceHardwareMonitorEvent;)V
24039 …llbackWrapper;->onMonitoringSystemChange(Landroid/hardware/location/GeofenceHardwareMonitorEvent;)V24129 Landroid/hardware/location/GeofenceHardwareMonitorEvent;->mLocation:Landroid/location/Location;24130 Landroid/hardware/location/GeofenceHardwareMonitorEvent;->mMonitoringStatus:I24131 Landroid/hardware/location/GeofenceHardwareMonitorEvent;->mMonitoringType:I24132 Landroid/hardware/location/GeofenceHardwareMonitorEvent;->mSourceTechnologies:I24386 …ck$Stub$Proxy;->onMonitoringSystemChange(Landroid/hardware/location/GeofenceHardwareMonitorEvent;)V24391 …nitorCallback;->onMonitoringSystemChange(Landroid/hardware/location/GeofenceHardwareMonitorEvent;)V