Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java89 private boolean mIsActivityAndEnergyReporting; field in AdapterProperties
317 return mIsActivityAndEnergyReporting; in isActivityAndEnergyReportingSupported()
667 mIsActivityAndEnergyReporting = ((0xFF & ((int)val[7])) != 0); in updateFeatureSupport()
692 + mIsActivityAndEnergyReporting in updateFeatureSupport()