Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java252 public List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in LocalBluetoothAdapter
253 return mAdapter.getSupportedProfiles(); in getSupportedProfiles()
DLocalBluetoothProfileManager.java129 List<Integer> supportedList = BluetoothAdapter.getDefaultAdapter().getSupportedProfiles(); in updateLocalProfiles()
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java52 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2325 public @NonNull List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter
2331 final long supportedProfilesBitMask = mService.getSupportedProfiles(); in getSupportedProfiles()
/frameworks/base/config/
Dboot-image-profile.txt4388 HSPLandroid/bluetooth/BluetoothAdapter;->getSupportedProfiles()Ljava/util/List;
4533 HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getSupportedProfiles()J