Searched refs:getSupportedProfiles (Results 1 – 5 of 5) sorted by relevance
252 public List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in LocalBluetoothAdapter253 return mAdapter.getSupportedProfiles(); in getSupportedProfiles()
129 List<Integer> supportedList = BluetoothAdapter.getDefaultAdapter().getSupportedProfiles(); in updateLocalProfiles()
52 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
2325 public @NonNull List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter2331 final long supportedProfilesBitMask = mService.getSupportedProfiles(); in getSupportedProfiles()
4388 HSPLandroid/bluetooth/BluetoothAdapter;->getSupportedProfiles()Ljava/util/List;4533 HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getSupportedProfiles()J