Searched refs:isBleSupported (Results 1 – 4 of 4) sorted by relevance
35 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()
76 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()
76 if (!isBleSupported()) return; in setUp()331 private boolean isBleSupported() { in isBleSupported() method in HearingAidProfileTest
108 static boolean isBleSupported(Context context) { in isBleSupported() method in TestUtils