Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java134 static Class[] getSupportedProfiles() { in getSupportedProfiles() method in Config
150 for (final Class profileClass : getSupportedProfiles()) { in getSupportedProfilesBitMask()
DAdapterService.java290 } else if (mRegisteredProfiles.size() == Config.getSupportedProfiles().length in processProfileServiceStateChanged()
586 Class[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices()
600 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices()
1219 public long getSupportedProfiles() { in getSupportedProfiles() method in AdapterService.AdapterServiceBinder
1224 return service.getSupportedProfiles(); in getSupportedProfiles()
2130 long getSupportedProfiles() { in getSupportedProfiles() method in AdapterService
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java34 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowBluetoothAdapter.java92 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityHearingAidPreferenceController.java175 final List<Integer> supportedList = mBluetoothAdapter.getSupportedProfiles(); in isHearingAidProfileSupported()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DAccessibilityHearingAidPreferenceController.java175 final List<Integer> supportedList = mBluetoothAdapter.getSupportedProfiles(); in isHearingAidProfileSupported()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java97 mProfiles = Config.getSupportedProfiles(); in setUp()