Searched refs:mIsLegacy (Results 1 – 4 of 4) 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 NetworkAgent409 mIsLegacy = legacy; in NetworkAgent()656 if (mIsLegacy) { in markConnected()673 if (mIsLegacy) { in unregister()695 if (mIsLegacy) { in setLegacySubtype()720 if (mIsLegacy) { in setLegacyExtraInfo()733 if (!mIsLegacy) { in sendNetworkInfo()
3464 private boolean mIsLegacy; field in Notification.Builder5814 mIsLegacy = mContext.getApplicationInfo().targetSdkVersion in isLegacy()5818 return mIsLegacy; in isLegacy()