Searched refs:FEATURE_BLUETOOTH (Results 1 – 13 of 13) sorted by relevance
28 private static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth"; field in TheaterModeTest38 mHasFeature = (mContext.getPackageManager().hasSystemFeature(FEATURE_BLUETOOTH) in setup()
31 private static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth"; field in AirplaneModeTest41 mHasFeature = (mContext.getPackageManager().hasSystemFeature(FEATURE_BLUETOOTH) in setup()
46 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) return; in testScanResultParceling()67 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) return; in testDescribeContents()
63 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)); in setUp()66 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)); in setUp()
45 PackageManager.FEATURE_BLUETOOTH); in setUp()
68 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) { in test()
132 assertAvailable(PackageManager.FEATURE_BLUETOOTH); in testBluetoothFeature()134 assertNotAvailable(PackageManager.FEATURE_BLUETOOTH); in testBluetoothFeature()
75 private static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth"; field in ManagedProfileTest772 boolean hasBluetooth = hasDeviceFeature(FEATURE_BLUETOOTH); in testBluetooth()1275 final boolean hasBluetooth = hasDeviceFeature(FEATURE_BLUETOOTH); in testBluetoothSharingRestriction()
357 hasBluetooth = hasBluetooth || PackageManager.FEATURE_BLUETOOTH.equals(f.name); in onCreate()
246 if (packageManager.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) { in addTestsToAdapter()
424 hasSystemFeature(PackageManager.FEATURE_BLUETOOTH); in hasBluetoothFeature()
94 public static final String FEATURE_BLUETOOTH = "android.hardware.bluetooth"; field in AtomTestCase
583 } else if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)) { in verifyDeviceId()