Searched refs:phoneEnabled (Results 1 – 2 of 2) sorted by relevance
241 boolean phoneEnabled = phoneProfile.isEnabled(cachedDevice.getDevice()); in setButtonsCheckedAndListeners()250 phoneItem.setChecked(phoneEnabled); in setButtonsCheckedAndListeners()
426 boolean phoneEnabled, boolean mediaEnabled, boolean hasHumanReadableName) { in addBluetoothDevice() argument444 when(phoneProfile.isEnabled(any())).thenReturn(phoneEnabled); in addBluetoothDevice()