Home
last modified time | relevance | path

Searched refs:hasBluetooth (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/audiomode/
DAudioModeProvider.java82 boolean hasBluetooth = false; in getApproximatedAudioRoute()
89 hasBluetooth = true; in getApproximatedAudioRoute()
98 if (hasBluetooth) { in getApproximatedAudioRoute()
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DEnableBluetoothRule.java89 assumeTrue(TestUtils.hasBluetooth()); in onBefore()
104 assumeTrue(TestUtils.hasBluetooth()); in onAfter()
DTestUtils.java50 public static boolean hasBluetooth() { in hasBluetooth() method in TestUtils
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/
DResetNetworkItemsPreferenceControllerTest.java135 private void setSystemFeatures(boolean hasWifi, boolean hasTelephony, boolean hasBluetooth) { in setSystemFeatures() argument
138 when(mMockPm.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)).thenReturn(hasBluetooth); in setSystemFeatures()