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()
33 private boolean mIsLegacy; field in NotificationCustomViewWrapper75 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()83 mIsLegacy = legacy; in setLegacy()
882 private boolean mIsLegacy = false; field in NsdService.ClientInfo896 sb.append("mIsLegacy ").append(mIsLegacy).append("\n"); in toString()907 return mIsLegacy; in isLegacy()911 mIsLegacy = true; in setLegacy()
3772 private boolean mIsLegacy; field in Notification.Builder6328 mIsLegacy = mContext.getApplicationInfo().targetSdkVersion in isLegacy()6332 return mIsLegacy; in isLegacy()
7659 Landroid/app/Notification$Builder;->mIsLegacy:Z12215 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsLegacy:Z12227 Landroid/bluetooth/le/AdvertisingSetParameters;->mIsLegacy:Z