Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputIndicatorSlice.java130 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in getConnectedA2dpDevices() local
131 if (a2dpProfile == null) { in getConnectedA2dpDevices()
134 return a2dpProfile.getConnectedDevices(); in getConnectedA2dpDevices()
155 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in findActiveDeviceName() local
156 if (a2dpProfile != null) { in findActiveDeviceName()
157 activeDevice = a2dpProfile.getActiveDevice(); in findActiveDeviceName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputIndicatorSlice.java124 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in getConnectableA2dpDevices() local
125 if (a2dpProfile == null) { in getConnectableA2dpDevices()
128 return a2dpProfile.getConnectableDevices(); in getConnectableA2dpDevices()
149 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in findActiveDeviceName() local
150 if (a2dpProfile != null) { in findActiveDeviceName()
151 activeDevice = a2dpProfile.getActiveDevice(); in findActiveDeviceName()
/packages/apps/Settings/src/com/android/settings/sound/
DMediaOutputPreferenceController.java85 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in findActiveDevice() local
87 if (activeDevice == null && a2dpProfile != null) { in findActiveDevice()
88 activeDevice = a2dpProfile.getActiveDevice(); in findActiveDevice()
DAudioSwitchPreferenceController.java210 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in getConnectedA2dpDevices() local
211 if (a2dpProfile == null) { in getConnectedA2dpDevices()
214 return a2dpProfile.getConnectedDevices(); in getConnectedA2dpDevices()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DMediaOutputPreferenceController.java95 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in findActiveDevice() local
97 if (activeDevice == null && a2dpProfile != null) { in findActiveDevice()
98 activeDevice = a2dpProfile.getActiveDevice(); in findActiveDevice()
DAudioSwitchPreferenceController.java214 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in getConnectableA2dpDevices() local
215 if (a2dpProfile == null) { in getConnectableA2dpDevices()
218 return a2dpProfile.getConnectableDevices(); in getConnectableA2dpDevices()