Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DConfigTest.java35 Arrays.stream(Config.getSupportedProfiles()) in setProfileEnabled()
40 Arrays.stream(Config.getSupportedProfiles()) in setProfileEnabled()
48 Arrays.stream(Config.getSupportedProfiles()) in setProfileEnabled()
DProfileServiceTest.java152 Arrays.stream(Config.getSupportedProfiles()) in setUp()
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingAidHelper.java92 final List<Integer> supportedList = mBluetoothAdapter.getSupportedProfiles(); in isHearingAidSupported()
101 final List<Integer> supportedList = mBluetoothAdapter.getSupportedProfiles(); in isAshaProfileSupported()
109 final List<Integer> supportedList = mBluetoothAdapter.getSupportedProfiles(); in isHapClientProfileSupported()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java38 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/apps/Car/Settings/tests/helpers/src/com/android/car/settings/testutils/
DShadowBluetoothAdapter.java97 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/modules/Bluetooth/android/pandora/server/src/
DServer.kt74 .filter { bluetoothAdapter.getSupportedProfiles().contains(it.key) == true } in <lambda>()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java213 static int[] getSupportedProfiles() { in getSupportedProfiles() method in Config
DAdapterServiceBinder.java613 public long getSupportedProfiles(AttributionSource source) { in getSupportedProfiles() method in AdapterServiceBinder
1440 Arrays.stream(Config.getSupportedProfiles()).boxed().collect(Collectors.toSet()); in isLeAudioSupported()
1472 int[] supportedProfileServices = Config.getSupportedProfiles(); in isLeAudioBroadcastAssistantSupported()
DAdapterService.java537 } else if (mRegisteredProfiles.size() == Config.getSupportedProfiles().length in processProfileServiceStateChanged()
1044 int[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices()
1077 int[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices()
1936 if (mRegisteredProfiles.size() == Config.getSupportedProfiles().length in profileServicesRunning()
4470 for (int profileId : Config.getSupportedProfiles()) { in dump()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java327 BluetoothAdapter.getDefaultAdapter().getSupportedProfiles(); in addBluetoothDeviceCriteria()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl115 long getSupportedProfiles(in AttributionSource attributionSource); in getSupportedProfiles() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2781 public @NonNull List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter
2788 mService.getSupportedProfiles(mAttributionSource); in getSupportedProfiles()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt124 ….permission.BLUETOOTH_PRIVILEGED}) public java.util.List<java.lang.Integer> getSupportedProfiles();