Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java187 final HeadsetProfile headsetProfile = mProfileManager.getHeadsetProfile(); in findActiveDevice() local
197 if (headsetProfile != null && headsetProfile.getActiveDevice() != null) { in findActiveDevice()
198 return headsetProfile.getActiveDevice(); in findActiveDevice()