Searched refs:hasBluetooth (Results 1 – 2 of 2) sorted by relevance
82 boolean hasBluetooth = false; in getApproximatedAudioRoute()88 hasBluetooth = true; in getApproximatedAudioRoute()97 if (hasBluetooth) { in getApproximatedAudioRoute()
135 private void setSystemFeatures(boolean hasWifi, boolean hasTelephony, boolean hasBluetooth) { in setSystemFeatures() argument138 when(mMockPm.hasSystemFeature(PackageManager.FEATURE_BLUETOOTH)).thenReturn(hasBluetooth); in setSystemFeatures()