Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java61 private int[] mSupportedMonitorTypes = new int[GeofenceHardware.NUM_MONITORS]; field in GeofenceHardwareImpl
205 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24086 Landroid/hardware/location/GeofenceHardwareImpl;->mSupportedMonitorTypes:[I