Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java151 static Class[] getSupportedProfiles() { in getSupportedProfiles() method in Config
171 for (final Class profileClass : getSupportedProfiles()) { in getSupportedProfilesBitMask()
DAdapterService.java397 } else if (mRegisteredProfiles.size() == Config.getSupportedProfiles().length in processProfileServiceStateChanged()
704 Class[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices()
721 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices()
1150 if (mRegisteredProfiles.size() == Config.getSupportedProfiles().length in profileServicesRunning()
1675 public long getSupportedProfiles() { in getSupportedProfiles() method in AdapterService.AdapterServiceBinder
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java36 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/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java114 mProfiles = Config.getSupportedProfiles(); in setUp()