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.java680 geofenceTransition.mMonitoringType);
803 private int mMonitoringType; field in class:GeofenceHardwareImpl.GeofenceTransition
817 mMonitoringType = monitoringType;
842 private int mMonitoringType; field in class:GeofenceHardwareImpl.Reaper
846 mMonitoringType = monitoringType;
851 mMonitoringType = monitoringType;
859 m.arg1 = mMonitoringType;
863 m.arg1 = mMonitoringType;
876 result = 31 * result + mMonitoringType;
888 rhs.mMonitoringType
[all...]

Completed in 39 milliseconds