FileDocCategorySizeDatePackage
GeofenceHardwareRequest.javaAPI DocAndroid 5.1 API1424Sat Mar 14 14:10:06 GMT 2015android.hardware.location

GeofenceHardwareRequest.java

package android.hardware.location;
public final class GeofenceHardwareRequest
{
public  GeofenceHardwareRequest() { throw new RuntimeException("Stub!"); }
public static  android.hardware.location.GeofenceHardwareRequest createCircularGeofence(double latitude, double longitude, double radius) { throw new RuntimeException("Stub!"); }
public  void setLastTransition(int lastTransition) { throw new RuntimeException("Stub!"); }
public  void setUnknownTimer(int unknownTimer) { throw new RuntimeException("Stub!"); }
public  void setMonitorTransitions(int monitorTransitions) { throw new RuntimeException("Stub!"); }
public  void setNotificationResponsiveness(int notificationResponsiveness) { throw new RuntimeException("Stub!"); }
public  void setSourceTechnologies(int sourceTechnologies) { throw new RuntimeException("Stub!"); }
public  double getLatitude() { throw new RuntimeException("Stub!"); }
public  double getLongitude() { throw new RuntimeException("Stub!"); }
public  double getRadius() { throw new RuntimeException("Stub!"); }
public  int getMonitorTransitions() { throw new RuntimeException("Stub!"); }
public  int getUnknownTimer() { throw new RuntimeException("Stub!"); }
public  int getNotificationResponsiveness() { throw new RuntimeException("Stub!"); }
public  int getLastTransition() { throw new RuntimeException("Stub!"); }
public  int getSourceTechnologies() { throw new RuntimeException("Stub!"); }
}