Searched refs:FEATURE_BLUETOOTH_LE (Results 1 – 6 of 6) sorted by relevance
44 public static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le"; field in BatteryStatsValidationTest274 if (noBattery() || !hasFeature(FEATURE_BLUETOOTH_LE, true)) { in testBleScans()298 if (noBattery() || !hasFeature(FEATURE_BLUETOOTH_LE, true)) { in testUnoptimizedBleScans()
109 return context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE); in isBleSupported()
333 .hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE); in isBleSupported()
193 if (!hasFeature(FEATURE_BLUETOOTH_LE, true)) return; in testBleScan()215 if (!hasFeature(FEATURE_BLUETOOTH_LE, true)) return; in testBleUnoptimizedScan()259 if (!hasFeature(FEATURE_BLUETOOTH_LE, true)) return; in testBleScanResult()
96 public static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le"; field in AtomTestCase
396 || packageManager.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)) { in testLocationScanningSettings()