Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertisingSetParameters.java100 private final boolean mIsLegacy; field in AdvertisingSetParameters
116 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.Builder
291 mIsLegacy = isLegacy; in setLegacyMode()
407 if (mIsLegacy) { in build()
433 return new AdvertisingSetParameters(mConnectable, mScannable, mIsLegacy, mIsAnonymous, in build()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapper.java33 private boolean mIsLegacy; field in NotificationCustomViewWrapper
75 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()
83 mIsLegacy = legacy; in setLegacy()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java882 private boolean mIsLegacy = false; field in NsdService.ClientInfo
896 sb.append("mIsLegacy ").append(mIsLegacy).append("\n"); in toString()
907 return mIsLegacy; in isLegacy()
911 mIsLegacy = true; in setLegacy()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java3772 private boolean mIsLegacy; field in Notification.Builder
6328 mIsLegacy = mContext.getApplicationInfo().targetSdkVersion in isLegacy()
6332 return mIsLegacy; in isLegacy()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7659 Landroid/app/Notification$Builder;->mIsLegacy:Z
12215 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsLegacy:Z
12227 Landroid/bluetooth/le/AdvertisingSetParameters;->mIsLegacy:Z