Searched refs:mHasBluetooth (Results 1 – 2 of 2) sorted by relevance
39 private boolean mHasBluetooth; field in BasicAdapterTest44 mHasBluetooth = getContext().getPackageManager().hasSystemFeature( in setUp()53 if (mHasBluetooth) { in test_getDefaultAdapter()120 if (!mHasBluetooth) { in test_enableDisable()133 if (!mHasBluetooth) { in test_getAddress()144 if (!mHasBluetooth) { in test_getName()156 if (!mHasBluetooth) { in test_getBondedDevices()171 if (!mHasBluetooth) { in test_getRemoteDevice()208 if (!mHasBluetooth) { in test_listenUsingRfcommWithServiceRecord()
346 boolean mHasBluetooth = hasDeviceFeature(FEATURE_BLUETOOTH); in testBluetooth()347 if (!mHasFeature || !mHasBluetooth) { in testBluetooth()