Home
last modified time | relevance | path

Searched refs:FEATURE_BLUETOOTH_LE (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java44 public static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le"; field in BatteryStatsValidationTest
274 if (noBattery() || !hasFeature(FEATURE_BLUETOOTH_LE, true)) { in testBleScans()
298 if (noBattery() || !hasFeature(FEATURE_BLUETOOTH_LE, true)) { in testUnoptimizedBleScans()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DTestUtils.java109 return context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE); in isBleSupported()
DHearingAidProfileTest.java333 .hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE); in isBleSupported()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DUidAtomTests.java193 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()
DAtomTestCase.java96 public static final String FEATURE_BLUETOOTH_LE = "android.hardware.bluetooth_le"; field in AtomTestCase
/cts/tests/tests/content/src/android/content/cts/
DAvailableIntentsTest.java396 || packageManager.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)) { in testLocationScanningSettings()