Home
last modified time | relevance | path

Searched refs:getSupportedProfiles (Results 1 – 2 of 2) sorted by relevance

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