Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DHandsFreeProfileOutputPreferenceController.java169 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in setActiveBluetoothDevice() local
171 if (hapProfile != null && hfpProfile != null && device == null) { in setActiveBluetoothDevice()
173 hapProfile.setActiveDevice(null); in setActiveBluetoothDevice()
174 } else if (hapProfile != null && device != null in setActiveBluetoothDevice()
175 && hapProfile.getHiSyncId(device) != HI_SYNC_ID_INVALID) { in setActiveBluetoothDevice()
176 hapProfile.setActiveDevice(device); in setActiveBluetoothDevice()
H A DAudioSwitchPreferenceController.java222 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in getConnectedHearingAidDevices() local
223 if (hapProfile == null) { in getConnectedHearingAidDevices()
227 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices()
229 final long hiSyncId = hapProfile.getHiSyncId(device); in getConnectedHearingAidDevices()