Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/audiomode/
DAudioModeProvider.java82 boolean hasBluetooth = false; in getApproximatedAudioRoute()
88 hasBluetooth = true; in getApproximatedAudioRoute()
97 if (hasBluetooth) { in getApproximatedAudioRoute()
/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()