Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DDistanceMeasurementMethod.java43 private final boolean mIsAzimuthAngleSupported; field in DistanceMeasurementMethod
83 mIsAzimuthAngleSupported = isAzimuthAngleSupported; in DistanceMeasurementMethod()
106 return mIsAzimuthAngleSupported; in isAzimuthAngleSupported()
138 out.writeBoolean(mIsAzimuthAngleSupported); in writeToParcel()
151 + mIsAzimuthAngleSupported in toString()
202 private boolean mIsAzimuthAngleSupported = false; field in DistanceMeasurementMethod.Builder
231 mIsAzimuthAngleSupported = supported; in setAzimuthAngleSupported()
257 mId, mIsAzimuthAngleSupported, mIsAltitudeAngleSupported); in build()