Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java247 processProfileServiceStateChanged((ProfileService) msg.obj, msg.arg1); in handleMessage()
276 private void processProfileServiceStateChanged(ProfileService profile, int state) { in processProfileServiceStateChanged() method in AdapterService.AdapterServiceHandler