Searched refs:hasBluetooth (Results 1 – 4 of 4) sorted by relevance
82 boolean hasBluetooth = false; in getApproximatedAudioRoute()89 hasBluetooth = true; in getApproximatedAudioRoute()98 if (hasBluetooth) { in getApproximatedAudioRoute()
89 assumeTrue(TestUtils.hasBluetooth()); in onBefore()104 assumeTrue(TestUtils.hasBluetooth()); in onAfter()
50 public static boolean hasBluetooth() { in hasBluetooth() method in TestUtils
135 private void setSystemFeatures(boolean hasWifi, boolean hasTelephony, boolean hasBluetooth) { in setSystemFeatures() argument138 when(mMockPm.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)).thenReturn(hasBluetooth); in setSystemFeatures()