Searched refs:phoneEnabled (Results 1 – 2 of 2) sorted by relevance
213 boolean phoneEnabled = phoneProfile.isEnabled(cachedDevice.getDevice()); in setButtonsCheckedAndListeners()214 phoneItem.setChecked(phoneEnabled); in setButtonsCheckedAndListeners()
278 boolean phoneEnabled, boolean mediaEnabled) { in addBluetoothDevice() argument295 when(phoneProfile.isEnabled(any())).thenReturn(phoneEnabled); in addBluetoothDevice()