Searched defs:isLegacy (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertisingSetParameters.java100 private final boolean isLegacy; field in class:AdvertisingSetParameters
110 private AdvertisingSetParameters(boolean connectable, boolean scannable, boolean isLegacy, argument
116 this.isLegacy = isLegacy;
128 isLegacy = in.readInt() != 0 ? true : false;
150 public boolean isLegacy() { return isLegacy; } method in class:AdvertisingSetParameters
185 + ", isLegacy=" + isLegacy
203 dest.writeInt(isLegacy
232 private boolean isLegacy = false; field in class:AdvertisingSetParameters.Builder
271 setLegacyMode(boolean isLegacy) argument
[all...]
H A DScanResult.java230 public boolean isLegacy() { method in class:ScanResult
/frameworks/base/core/java/android/app/
H A DNotification.java4684 if (isLegacy()) {
4783 private boolean isLegacy() { method in class:Notification.Builder
4797 boolean isAlreadyLightText = isLegacy() || textColorsNeedInversion();
4811 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
4828 if (largeIcon != null && isLegacy()

Completed in 72 milliseconds