Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java594 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_ON); in startProfileServices()
606 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_OFF); in stopProfileServices()
757 private void setAllProfileServiceStates(Class[] services, int state) { in setAllProfileServiceStates() method in AdapterService