Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientServiceTest.java237 PbapClientService.BluetoothPbapClientBinder binder = in binder_connect_callsServiceMethod()
238 new PbapClientService.BluetoothPbapClientBinder(mockService); in binder_connect_callsServiceMethod()
248 PbapClientService.BluetoothPbapClientBinder binder = in binder_disconnect_callsServiceMethod()
249 new PbapClientService.BluetoothPbapClientBinder(mockService); in binder_disconnect_callsServiceMethod()
259 PbapClientService.BluetoothPbapClientBinder binder = in binder_getConnectedDevices_callsServiceMethod()
260 new PbapClientService.BluetoothPbapClientBinder(mockService); in binder_getConnectedDevices_callsServiceMethod()
270 PbapClientService.BluetoothPbapClientBinder binder = in binder_getDevicesMatchingConnectionStates_callsServiceMethod()
271 new PbapClientService.BluetoothPbapClientBinder(mockService); in binder_getDevicesMatchingConnectionStates_callsServiceMethod()
282 PbapClientService.BluetoothPbapClientBinder binder = in binder_getConnectionState_callsServiceMethod()
283 new PbapClientService.BluetoothPbapClientBinder(mockService); in binder_getConnectionState_callsServiceMethod()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java138 return new BluetoothPbapClientBinder(this); in initBinder()
369 static class BluetoothPbapClientBinder extends IBluetoothPbapClient.Stub class in PbapClientService
373 BluetoothPbapClientBinder(PbapClientService svc) { in BluetoothPbapClientBinder() method in PbapClientService.BluetoothPbapClientBinder