Searched refs:mIsLegacy (Results 1 – 5 of 5) sorted by relevance
100 private final boolean mIsLegacy; field in AdvertisingSetParameters116 mIsLegacy = isLegacy; in AdvertisingSetParameters()128 mIsLegacy = in.readInt() != 0; in AdvertisingSetParameters()155 return mIsLegacy; in isLegacy()203 + ", isLegacy=" + mIsLegacy in toString()221 dest.writeInt(mIsLegacy ? 1 : 0); in writeToParcel()249 private boolean mIsLegacy = false; field in AdvertisingSetParameters.Builder291 mIsLegacy = isLegacy; in setLegacyMode()407 if (mIsLegacy) { in build()433 return new AdvertisingSetParameters(mConnectable, mScannable, mIsLegacy, mIsAnonymous, in build()
32 private boolean mIsLegacy; field in NotificationCustomViewWrapper74 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()82 mIsLegacy = legacy; in setLegacy()
100 private final boolean mIsLegacy; field in NetworkAgent410 mIsLegacy = legacy; in NetworkAgent()657 if (mIsLegacy) { in markConnected()674 if (mIsLegacy) { in unregister()696 if (mIsLegacy) { in setLegacySubtype()721 if (mIsLegacy) { in setLegacyExtraInfo()734 if (!mIsLegacy) { in sendNetworkInfo()
3388 private boolean mIsLegacy; field in Notification.Builder5683 mIsLegacy = mContext.getApplicationInfo().targetSdkVersion in isLegacy()5687 return mIsLegacy; in isLegacy()
7662 Landroid/app/Notification$Builder;->mIsLegacy:Z12224 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsLegacy:Z12236 Landroid/bluetooth/le/AdvertisingSetParameters;->mIsLegacy:Z