Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java362 unregisterProfileService((ProfileService) msg.obj); in handleMessage()
375 private void unregisterProfileService(ProfileService profile) { in unregisterProfileService() method in AdapterService.AdapterServiceHandler