FileDocCategorySizeDatePackage
GeofenceHardwareMonitorEvent.javaAPI DocAndroid 5.1 API1006Sat Mar 14 14:10:02 GMT 2015android.hardware.location

GeofenceHardwareMonitorEvent.java

package android.hardware.location;
public class GeofenceHardwareMonitorEvent
  implements android.os.Parcelable
{
public  GeofenceHardwareMonitorEvent(int monitoringType, int monitoringStatus, int sourceTechnologies, android.location.Location location) { throw new RuntimeException("Stub!"); }
public  int getMonitoringType() { throw new RuntimeException("Stub!"); }
public  int getMonitoringStatus() { throw new RuntimeException("Stub!"); }
public  int getSourceTechnologies() { throw new RuntimeException("Stub!"); }
public  android.location.Location getLocation() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel parcel, int flags) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.hardware.location.GeofenceHardwareMonitorEvent> CREATOR;
static { CREATOR = null; }
}