Searched refs:isLegacy (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertisingSetParameters.java110 private AdvertisingSetParameters(boolean connectable, boolean scannable, boolean isLegacy, argument
116 mIsLegacy = isLegacy;
154 public boolean isLegacy() { method in class:AdvertisingSetParameters
203 + ", isLegacy=" + mIsLegacy
288 * @param isLegacy whether legacy advertising mode should be used.
290 public Builder setLegacyMode(boolean isLegacy) { argument
291 mIsLegacy = isLegacy;
H A DScanResult.java232 public boolean isLegacy() { method in class:ScanResult
H A DBluetoothLeAdvertiser.java352 if (parameters.isLegacy()) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java1131 boolean isLegacy = mWifiPermissionsUtil.isLegacyVersion("anything", Build.VERSION_CODES.P);
1166 if (isLegacy) {
/frameworks/base/core/java/android/app/
H A DNotification.java5248 if (isLegacy()) {
5367 private boolean isLegacy() { method in class:Notification.Builder
5381 boolean isAlreadyLightText = isLegacy() || textColorsNeedInversion();
5395 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
5419 if (largeIcon != null && isLegacy()
/frameworks/base/config/
H A Dboot-image-profile.txt1379 HPLandroid/bluetooth/le/AdvertisingSetParameters;->isLegacy()Z
[all...]

Completed in 169 milliseconds