/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 85 protected abstract IProfileServiceBinder initBinder(); in initBinder() method in ProfileService 155 mBinder = initBinder(); in onCreate()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | McpService.java | 91 protected IProfileServiceBinder initBinder() { in initBinder() method in McpService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 52 protected IProfileServiceBinder initBinder() { in initBinder() method in TbsService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpTargetService.java | 178 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpTargetService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 188 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpSinkService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryService.java | 77 protected IProfileServiceBinder initBinder() { in initBinder() method in BatteryService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 123 public IProfileServiceBinder initBinder() { in initBinder() method in PbapClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 562 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothPbapService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/ |
D | PanService.java | 125 public IProfileServiceBinder initBinder() { in initBinder() method in PanService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 301 public IProfileServiceBinder initBinder() { in initBinder() method in MapClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapService.java | 664 protected IProfileServiceBinder initBinder() { in initBinder() method in SapService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 538 protected IProfileServiceBinder initBinder() { in initBinder() method in HidDeviceService
|
D | HidHostService.java | 96 public IProfileServiceBinder initBinder() { in initBinder() method in HidHostService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 362 protected IProfileServiceBinder initBinder() { in initBinder() method in AvrcpControllerService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 110 protected IProfileServiceBinder initBinder() { in initBinder() method in HearingAidService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 107 protected IProfileServiceBinder initBinder() { in initBinder() method in CsipSetCoordinatorService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 206 protected IProfileServiceBinder initBinder() { in initBinder() method in VolumeControlService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppService.java | 203 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothOppService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 666 protected IProfileServiceBinder initBinder() { in initBinder() method in BluetoothMapService
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceTest.java | 128 mServiceBinder = (VolumeControlService.BluetoothVolumeControlBinder) mService.initBinder(); in setUp()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/ |
D | HapClientTest.java | 144 mServiceBinder = (HapClientService.BluetoothHapClientBinder) mService.initBinder(); in setUp()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 115 protected IProfileServiceBinder initBinder() { in initBinder() method in A2dpService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 93 public IProfileServiceBinder initBinder() { in initBinder() method in HeadsetClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 143 protected IProfileServiceBinder initBinder() { in initBinder() method in HapClientService
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 106 mServiceBinder = (HearingAidService.BluetoothHearingAidBinder) mService.initBinder(); in setUp()
|