Searched refs:mIsLegacy (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java30 private boolean mIsLegacy; field in class:NotificationCustomViewWrapper
52 if (customBackgroundColor == 0 && mIsLegacy) {
60 mIsLegacy = legacy;
/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertisingSetParameters.java100 private final boolean mIsLegacy; field in class:AdvertisingSetParameters
116 mIsLegacy = isLegacy;
128 mIsLegacy = in.readInt() != 0;
155 return mIsLegacy;
203 + ", isLegacy=" + mIsLegacy
221 dest.writeInt(mIsLegacy ? 1 : 0);
249 private boolean mIsLegacy = false; field in class:AdvertisingSetParameters.Builder
291 mIsLegacy = isLegacy;
407 if (mIsLegacy) {
433 return new AdvertisingSetParameters(mConnectable, mScannable, mIsLegacy, mIsAnonymou
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java3178 private boolean mIsLegacy; field in class:Notification.Builder
5369 mIsLegacy = mContext.getApplicationInfo().targetSdkVersion
5373 return mIsLegacy;

Completed in 119 milliseconds