Home
last modified time | relevance | path

Searched refs:isBleSupported (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DLeL2capSocketTest.java35 if (!TestUtils.isBleSupported(getContext())) { in setUp()
48 if (!TestUtils.isBleSupported(getContext())) { in tearDown()
59 if (!TestUtils.isBleSupported(getContext())) { in testOpenInsecureLeL2capServerSocketOnce()
74 if (!TestUtils.isBleSupported(getContext())) { in testOpenInsecureLeL2capServerSocketRepeatedly()
92 if (!TestUtils.isBleSupported(getContext())) { in testOpenSecureLeL2capServerSocketOnce()
107 if (!TestUtils.isBleSupported(getContext())) { in testOpenSecureLeL2capServerSocketRepeatedly()
DBluetoothLeScanTest.java76 if (!TestUtils.isBleSupported(getContext())) { in setUp()
96 if (!TestUtils.isBleSupported(getContext())) { in tearDown()
112 if (!TestUtils.isBleSupported(getContext())) { in testBasicBleScan()
129 if (!TestUtils.isBleSupported(getContext())) { in testScanFilter()
243 if (!TestUtils.isBleSupported(getContext()) || !isBleBatchScanSupported()) { in testBatchScan()
274 if (!TestUtils.isBleSupported(getContext()) || !isBleBatchScanSupported()) { in testStartScanPendingIntent_nullnull()
293 if (!TestUtils.isBleSupported(getContext()) || !isBleBatchScanSupported()) { in testStartScanPendingIntent()
DHearingAidProfileTest.java76 if (!isBleSupported()) return; in setUp()
331 private boolean isBleSupported() { in isBleSupported() method in HearingAidProfileTest
DTestUtils.java108 static boolean isBleSupported(Context context) { in isBleSupported() method in TestUtils