Home
last modified time | relevance | path

Searched refs:mSupportedMonitorTypes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java60 private int[] mSupportedMonitorTypes = new int[GeofenceHardware.NUM_MONITORS]; field in GeofenceHardwareImpl
204 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24095 Landroid/hardware/location/GeofenceHardwareImpl;->mSupportedMonitorTypes:[I