Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothPbap.java131 doBind();
156 doBind(); in BluetoothPbap()
159 boolean doBind() { in doBind() method in BluetoothPbap
DBluetoothPan.java140 doBind(); in BluetoothPan()
143 boolean doBind() { in doBind() method in BluetoothPan
194 doBind();
DBluetoothPbapClient.java80 doBind();
108 doBind(); in BluetoothPbapClient()
111 private boolean doBind() { in doBind() method in BluetoothPbapClient
DBluetoothA2dpSink.java149 doBind();
176 doBind(); in BluetoothA2dpSink()
179 boolean doBind() { in doBind() method in BluetoothA2dpSink
DBluetoothAvrcpController.java148 doBind();
176 doBind(); in BluetoothAvrcpController()
179 boolean doBind() { in doBind() method in BluetoothAvrcpController
DBluetoothMap.java74 doBind();
100 doBind(); in BluetoothMap()
103 boolean doBind() { in doBind() method in BluetoothMap
DBluetoothSap.java111 doBind();
137 doBind(); in BluetoothSap()
140 boolean doBind() { in doBind() method in BluetoothSap
DBluetoothA2dp.java139 doBind();
166 doBind(); in BluetoothA2dp()
169 boolean doBind() { in doBind() method in BluetoothA2dp
DBluetoothHealth.java119 doBind();
483 doBind(); in BluetoothHealth()
486 boolean doBind() { in doBind() method in BluetoothHealth
DBluetoothInputDevice.java226 doBind();
255 doBind(); in BluetoothInputDevice()
258 boolean doBind() { in doBind() method in BluetoothInputDevice
DBluetoothHeadset.java245 doBind();
272 doBind(); in BluetoothHeadset()
275 boolean doBind() { in doBind() method in BluetoothHeadset
DBluetoothHeadsetClient.java393 doBind();
420 doBind(); in BluetoothHeadsetClient()
423 boolean doBind() { in doBind() method in BluetoothHeadsetClient
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java837 doBind(mIntent, this, 0, UserHandle.CURRENT_OR_SELF)) { in bindService()
1126 if (!doBind(i, mConnection, in handleMessage()
1568 if (!doBind(i, mConnection,Context.BIND_AUTO_CREATE | Context.BIND_IMPORTANT, in handleEnable()
1596 boolean doBind(Intent intent, ServiceConnection conn, int flags, UserHandle user) { in doBind() method in BluetoothManagerService
1689doBind(i, mConnection, Context.BIND_AUTO_CREATE | Context.BIND_IMPORTANT, UserHandle.CURRENT); in bluetoothStateChangeHandler()