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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowBluetoothAdapter.java 33 public List<Integer> getSupportedProfiles() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 128 static Class[] getSupportedProfiles() {
144 for (final Class profileClass : getSupportedProfiles()) {
AdapterService.java 275 } else if (mRegisteredProfiles.size() == Config.getSupportedProfiles().length
560 Class[] supportedProfileServices = Config.getSupportedProfiles();
574 Class[] supportedProfileServices = Config.getSupportedProfiles();
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 253 public List<Integer> getSupportedProfiles() {
254 return mAdapter.getSupportedProfiles();
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 155 milliseconds