Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java382 Class[] supportedProfileServices = Config.getSupportedProfiles(); in processStart() local
384 for (int i=0; i < supportedProfileServices.length;i++) { in processStart()
385 … mProfileServicesState.put(supportedProfileServices[i].getName(),BluetoothAdapter.STATE_OFF); in processStart()
399 if (!mProfilesStarted && supportedProfileServices.length >0) { in processStart()
401 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_ON); in processStart()
413 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices() local
414 if (mProfilesStarted && supportedProfileServices.length>0) { in stopProfileServices()
415 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_OFF); in stopProfileServices()