Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java170 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in setActiveBluetoothDevice() local
172 if (hapProfile != null && hfpProfile != null && device == null) { in setActiveBluetoothDevice()
174 hapProfile.setActiveDevice(null); in setActiveBluetoothDevice()
175 } else if (hapProfile != null && device != null in setActiveBluetoothDevice()
176 && hapProfile.getHiSyncId(device) != HI_SYNC_ID_INVALID) { in setActiveBluetoothDevice()
177 hapProfile.setActiveDevice(device); in setActiveBluetoothDevice()
DAudioSwitchPreferenceController.java278 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in getConnectedHearingAidDevices() local
279 if (hapProfile == null) { in getConnectedHearingAidDevices()
283 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices()
285 final long hiSyncId = hapProfile.getHiSyncId(device); in getConnectedHearingAidDevices()