Searched defs:getSupportedProfiles (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java95 static Class[] getSupportedProfiles() { method in class:Config
101 for (final Class profileClass : getSupportedProfiles()) {
H A DAdapterService.java474 Class[] supportedProfileServices = Config.getSupportedProfiles();
510 Class[] supportedProfileServices = Config.getSupportedProfiles();
527 Class[] supportedProfileServices = Config.getSupportedProfiles();
539 Class[] supportedProfileServices = Config.getSupportedProfiles();
1045 public long getSupportedProfiles() { method in class:AdapterService.AdapterServiceBinder
1048 return service.getSupportedProfiles();
1629 long getSupportedProfiles() { method in class:AdapterService

Completed in 69 milliseconds