Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java171 final HeadsetProfile hfpProfile = mProfileManager.getHeadsetProfile(); in setActiveBluetoothDevice() local
172 if (hapProfile != null && hfpProfile != null && device == null) { in setActiveBluetoothDevice()
173 hfpProfile.setActiveDevice(null); in setActiveBluetoothDevice()
178 } else if (hfpProfile != null) { in setActiveBluetoothDevice()
179 hfpProfile.setActiveDevice(device); in setActiveBluetoothDevice()
DAudioSwitchPreferenceController.java209 final HeadsetProfile hfpProfile = mProfileManager.getHeadsetProfile(); in getConnectedHfpDevices() local
210 if (hfpProfile == null) { in getConnectedHfpDevices()
213 final List<BluetoothDevice> devices = hfpProfile.getConnectedDevices(); in getConnectedHfpDevices()