Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DAudioSwitchPreferenceController.java226 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in getConnectedHearingAidDevices() local
227 if (hapProfile == null) { in getConnectedHearingAidDevices()
231 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices()
233 final long hiSyncId = hapProfile.getHiSyncId(device); in getConnectedHearingAidDevices()
251 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in getConnectableHearingAidDevices() local
252 if (hapProfile == null) { in getConnectableHearingAidDevices()
256 final List<BluetoothDevice> devices = hapProfile.getConnectableDevices(); in getConnectableHearingAidDevices()
258 final long hiSyncId = hapProfile.getHiSyncId(device); in getConnectableHearingAidDevices()
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 && hapProfile.getHiSyncId(device) != HI_SYNC_ID_INVALID) { in setActiveBluetoothDevice()
175 hapProfile.setActiveDevice(device); in setActiveBluetoothDevice()
/packages/apps/Settings/src/com/android/settings/sound/
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 && hapProfile.getHiSyncId(device) != HI_SYNC_ID_INVALID) { in setActiveBluetoothDevice()
175 hapProfile.setActiveDevice(device); in setActiveBluetoothDevice()
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()
/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputIndicatorSlice.java140 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in getConnectedHearingAidDevices() local
141 if (hapProfile == null) { in getConnectedHearingAidDevices()
145 return hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputIndicatorSlice.java134 final HearingAidProfile hapProfile = mProfileManager.getHearingAidProfile(); in getConnectableHearingAidDevices() local
135 if (hapProfile == null) { in getConnectableHearingAidDevices()
139 return hapProfile.getConnectableDevices(); in getConnectableHearingAidDevices()