Searched refs:mSupportedMonitorTypes (Results 1 – 2 of 2) sorted by relevance
60 private int[] mSupportedMonitorTypes = new int[GeofenceHardware.NUM_MONITORS]; field in GeofenceHardwareImpl204 synchronized (mSupportedMonitorTypes) { in getMonitoringTypes()205 gpsSupported = mSupportedMonitorTypes[GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE] in getMonitoringTypes()207 fusedSupported = mSupportedMonitorTypes[GeofenceHardware.MONITORING_TYPE_FUSED_HARDWARE] in getMonitoringTypes()227 synchronized (mSupportedMonitorTypes) { in getStatusOfMonitoringType()228 if (monitoringType >= mSupportedMonitorTypes.length || monitoringType < 0) { in getStatusOfMonitoringType()231 return mSupportedMonitorTypes[monitoringType]; in getStatusOfMonitoringType()236 switch (mSupportedMonitorTypes[monitoringType]) { in getCapabilitiesForMonitoringType()823 synchronized (mSupportedMonitorTypes) { in setMonitorAvailability()824 mSupportedMonitorTypes[monitor] = val; in setMonitorAvailability()
24095 Landroid/hardware/location/GeofenceHardwareImpl;->mSupportedMonitorTypes:[I