Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java84 protected abstract IProfileServiceBinder initBinder(); in initBinder() method in ProfileService
154 mBinder = initBinder(); in onCreate()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java195 IBluetoothMapClient.Stub mapClientBinder = (IBluetoothMapClient.Stub) mService.initBinder(); in testConnectViaBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java180 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpSinkService
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java174 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpTargetService
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java72 public IProfileServiceBinder initBinder() { in initBinder() method in PbapClientService
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java294 public IProfileServiceBinder initBinder() { in initBinder() method in MapClientService
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioService.java84 protected IProfileServiceBinder initBinder() { in initBinder() method in LeAudioService
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java553 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothPbapService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java101 public IProfileServiceBinder initBinder() { in initBinder() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java510 protected IProfileServiceBinder initBinder() { in initBinder() method in HidDeviceService
DHidHostService.java91 public IProfileServiceBinder initBinder() { in initBinder() method in HidHostService
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java91 protected IProfileServiceBinder initBinder() { in initBinder() method in HearingAidService
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java654 protected IProfileServiceBinder initBinder() { in initBinder() method in SapService
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java342 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpControllerService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java78 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetClientService
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java179 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothOppService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java655 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothMapService
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java102 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpService
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java150 mHeadsetServiceBinder = (IBluetoothHeadset.Stub) mHeadsetService.initBinder(); in setUp()
DHeadsetServiceAndStateMachineTest.java226 mHeadsetServiceBinder = (IBluetoothHeadset.Stub) mHeadsetService.initBinder(); in setUp()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java129 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java249 protected IProfileServiceBinder initBinder() { in initBinder() method in GattService