Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetParameters.java125 private final boolean mIsLegacy; field in AdvertisingSetParameters
152 mIsLegacy = isLegacy; in AdvertisingSetParameters()
165 mIsLegacy = in.readInt() != 0; in AdvertisingSetParameters()
193 return mIsLegacy; in isLegacy()
242 + mIsLegacy in toString()
269 dest.writeInt(mIsLegacy ? 1 : 0); in writeToParcel()
299 private boolean mIsLegacy = false; field in AdvertisingSetParameters.Builder
353 mIsLegacy = isLegacy; in setLegacyMode()
490 if (mIsLegacy) { in build()
520 mIsLegacy, in build()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2408 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsLegacy:Z
2420 Landroid/bluetooth/le/AdvertisingSetParameters;->mIsLegacy:Z