HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedProfiles (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 67 long getSupportedProfiles();
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 95 static Class[] getSupportedProfiles() {
101 for (final Class profileClass : getSupportedProfiles()) {
AdapterService.java 471 Class[] supportedProfileServices = Config.getSupportedProfiles();
507 Class[] supportedProfileServices = Config.getSupportedProfiles();
524 Class[] supportedProfileServices = Config.getSupportedProfiles();
536 Class[] supportedProfileServices = Config.getSupportedProfiles();
    [all...]

Completed in 1136 milliseconds