Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DProfileService.java85 protected abstract IProfileServiceBinder initBinder(); in initBinder() method in ProfileService
155 mBinder = initBinder(); in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMcpService.java91 protected IProfileServiceBinder initBinder() { in initBinder() method in McpService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java52 protected IProfileServiceBinder initBinder() { in initBinder() method in TbsService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java178 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpTargetService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java188 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpSinkService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java77 protected IProfileServiceBinder initBinder() { in initBinder() method in BatteryService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java123 public IProfileServiceBinder initBinder() { in initBinder() method in PbapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java562 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothPbapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java125 public IProfileServiceBinder initBinder() { in initBinder() method in PanService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java301 public IProfileServiceBinder initBinder() { in initBinder() method in MapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java664 protected IProfileServiceBinder initBinder() { in initBinder() method in SapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java538 protected IProfileServiceBinder initBinder() { in initBinder() method in HidDeviceService
DHidHostService.java96 public IProfileServiceBinder initBinder() { in initBinder() method in HidHostService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java362 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpControllerService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java110 protected IProfileServiceBinder initBinder() { in initBinder() method in HearingAidService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java107 protected IProfileServiceBinder initBinder() { in initBinder() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java206 protected IProfileServiceBinder initBinder() { in initBinder() method in VolumeControlService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java203 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothOppService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java666 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothMapService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java128 mServiceBinder = (VolumeControlService.BluetoothVolumeControlBinder) mService.initBinder(); in setUp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java144 mServiceBinder = (HapClientService.BluetoothHapClientBinder) mService.initBinder(); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java115 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java93 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java143 protected IProfileServiceBinder initBinder() { in initBinder() method in HapClientService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java106 mServiceBinder = (HearingAidService.BluetoothHearingAidBinder) mService.initBinder(); in setUp()

12