Searched refs:FEATURE_BLUETOOTH (Results 1 – 9 of 9) sorted by relevance
30 private static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth"; field in AirplaneModeTest40 mHasFeature = (mContext.getPackageManager().hasSystemFeature(FEATURE_BLUETOOTH) in setup()
29 private static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth"; field in TheaterModeTest39 mHasFeature = (mContext.getPackageManager().hasSystemFeature(FEATURE_BLUETOOTH) in setup()
46 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) return; in testScanResultParceling()67 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) return; in testDescribeContents()
62 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)); in setUp()65 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)); in setUp()
45 PackageManager.FEATURE_BLUETOOTH); in setUp()
108 assertAvailable(PackageManager.FEATURE_BLUETOOTH); in testBluetoothFeature()110 assertNotAvailable(PackageManager.FEATURE_BLUETOOTH); in testBluetoothFeature()
64 private static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth"; field in ManagedProfileTest346 boolean mHasBluetooth = hasDeviceFeature(FEATURE_BLUETOOTH); in testBluetooth()
205 if (packageManager.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) { in addTestsToAdapter()
333 hasBluetooth = hasBluetooth || PackageManager.FEATURE_BLUETOOTH.equals(f.name); in onCreate()