Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java185 final HeadsetProfile headsetProfile = mProfileManager.getHeadsetProfile(); in findActiveDevice() local
187 if (activeDevice == null && headsetProfile != null) { in findActiveDevice()
188 activeDevice = headsetProfile.getActiveDevice(); in findActiveDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java58 BluetoothHeadsetClient headsetProfile) { in HfpClientDeviceBlock() argument
70 mHeadsetProfile = headsetProfile; in HfpClientDeviceBlock()