Home
last modified time | relevance | path

Searched refs:getSupportedProfiles (Results 1 – 4 of 4) 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.java127 List<Integer> supportedList = BluetoothAdapter.getDefaultAdapter().getSupportedProfiles(); in updateLocalProfiles()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java46 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2058 public List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter
2064 final long supportedProfilesBitMask = mService.getSupportedProfiles(); in getSupportedProfiles()