Searched refs:mSupportedMonitorTypes (Results 1 – 2 of 2) sorted by relevance
61 private int[] mSupportedMonitorTypes = new int[GeofenceHardware.NUM_MONITORS]; field in GeofenceHardwareImpl205 synchronized (mSupportedMonitorTypes) { in getMonitoringTypes()206 gpsSupported = mSupportedMonitorTypes[GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE] in getMonitoringTypes()208 fusedSupported = mSupportedMonitorTypes[GeofenceHardware.MONITORING_TYPE_FUSED_HARDWARE] in getMonitoringTypes()228 synchronized (mSupportedMonitorTypes) { in getStatusOfMonitoringType()229 if (monitoringType >= mSupportedMonitorTypes.length || monitoringType < 0) { in getStatusOfMonitoringType()232 return mSupportedMonitorTypes[monitoringType]; in getStatusOfMonitoringType()237 switch (mSupportedMonitorTypes[monitoringType]) { in getCapabilitiesForMonitoringType()824 synchronized (mSupportedMonitorTypes) { in setMonitorAvailability()825 mSupportedMonitorTypes[monitor] = val; in setMonitorAvailability()
24086 Landroid/hardware/location/GeofenceHardwareImpl;->mSupportedMonitorTypes:[I