Searched refs:getSupportedProfiles (Results 1 – 13 of 13) sorted by relevance
35 Arrays.stream(Config.getSupportedProfiles()) in setProfileEnabled()40 Arrays.stream(Config.getSupportedProfiles()) in setProfileEnabled()48 Arrays.stream(Config.getSupportedProfiles()) in setProfileEnabled()
152 Arrays.stream(Config.getSupportedProfiles()) in setUp()
92 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()
38 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
97 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
74 .filter { bluetoothAdapter.getSupportedProfiles().contains(it.key) == true } in <lambda>()
213 static int[] getSupportedProfiles() { in getSupportedProfiles() method in Config
613 public long getSupportedProfiles(AttributionSource source) { in getSupportedProfiles() method in AdapterServiceBinder1440 Arrays.stream(Config.getSupportedProfiles()).boxed().collect(Collectors.toSet()); in isLeAudioSupported()1472 int[] supportedProfileServices = Config.getSupportedProfiles(); in isLeAudioBroadcastAssistantSupported()
537 } 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()
327 BluetoothAdapter.getDefaultAdapter().getSupportedProfiles(); in addBluetoothDeviceCriteria()
115 long getSupportedProfiles(in AttributionSource attributionSource); in getSupportedProfiles() method
2781 public @NonNull List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter2788 mService.getSupportedProfiles(mAttributionSource); in getSupportedProfiles()
124 ….permission.BLUETOOTH_PRIVILEGED}) public java.util.List<java.lang.Integer> getSupportedProfiles();