Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/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.java54 BluetoothHeadsetClient headsetProfile) { in HfpClientDeviceBlock() argument
66 mHeadsetProfile = headsetProfile; in HfpClientDeviceBlock()