Searched refs:FEATURE_BLUETOOTH_LE (Results 1 – 7 of 7) sorted by relevance
41 private static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le"; field in BluetoothStatsTests69 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_BLUETOOTH_LE)) return; in testBleScan()91 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_BLUETOOTH_LE)) return; in testBleUnoptimizedScan()126 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_BLUETOOTH_LE)) return; in testBleOpportunisticScan()
36 public static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le"; field in CommonPackages
109 PackageManager.FEATURE_BLUETOOTH_LE); in onCreate()
124 PackageManager.FEATURE_BLUETOOTH_LE); in onCreate()
55 import android.content.pm.PackageManager.FEATURE_BLUETOOTH_LE499 context.packageManager.hasSystemFeature(FEATURE_BLUETOOTH_LE)) in nativeNoteOp()
497 || packageManager.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)) { in testLocationScanningSettings()
13103 field public static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le";