HomeSort by relevance Sort by last modified time
    Searched defs:GeofenceHardwareMonitorEvent (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorEvent.java 30 public class GeofenceHardwareMonitorEvent implements Parcelable {
36 public GeofenceHardwareMonitorEvent(
75 public static final Creator<GeofenceHardwareMonitorEvent> CREATOR =
76 new Creator<GeofenceHardwareMonitorEvent>() {
78 public GeofenceHardwareMonitorEvent createFromParcel(Parcel source) {
79 ClassLoader classLoader = GeofenceHardwareMonitorEvent.class.getClassLoader();
85 return new GeofenceHardwareMonitorEvent(
93 public GeofenceHardwareMonitorEvent[] newArray(int size) {
94 return new GeofenceHardwareMonitorEvent[size];
114 "GeofenceHardwareMonitorEvent: type=%d, status=%d, sources=%d, location=%s"
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 56 milliseconds