Searched defs:mMonitoringType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorEvent.java31 private final int mMonitoringType; field in class:GeofenceHardwareMonitorEvent
41 mMonitoringType = monitoringType;
51 return mMonitoringType;
105 parcel.writeInt(mMonitoringType);
115 mMonitoringType,
H A DGeofenceHardwareImpl.java641 geofenceTransition.mMonitoringType);
764 private int mMonitoringType; field in class:GeofenceHardwareImpl.GeofenceTransition
778 mMonitoringType = monitoringType;
803 private int mMonitoringType; field in class:GeofenceHardwareImpl.Reaper
807 mMonitoringType = monitoringType;
812 mMonitoringType = monitoringType;
820 m.arg1 = mMonitoringType;
824 m.arg1 = mMonitoringType;
837 result = 31 * result + mMonitoringType;
849 rhs.mMonitoringType
[all...]

Completed in 917 milliseconds