Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothPbap.java132 doBind();
157 doBind(); in BluetoothPbap()
160 boolean doBind() { in doBind() method in BluetoothPbap
DBluetoothPan.java141 doBind(); in BluetoothPan()
145 boolean doBind() { in doBind() method in BluetoothPan
192 doBind();
DBluetoothMap.java76 doBind();
102 doBind(); in BluetoothMap()
105 boolean doBind() { in doBind() method in BluetoothMap
DBluetoothA2dp.java131 doBind();
158 doBind(); in BluetoothA2dp()
161 boolean doBind() { in doBind() method in BluetoothA2dp
DBluetoothHealth.java120 doBind();
484 doBind(); in BluetoothHealth()
487 boolean doBind() { in doBind() method in BluetoothHealth
DBluetoothInputDevice.java209 doBind();
238 doBind(); in BluetoothInputDevice()
241 boolean doBind() { in doBind() method in BluetoothInputDevice
DBluetoothHeadset.java249 doBind();
276 doBind(); in BluetoothHeadset()
279 boolean doBind() { in doBind() method in BluetoothHeadset
/frameworks/base/services/java/com/android/server/
DBluetoothManagerService.java646 if (!doBind(i, mConnection, in handleMessage()
1034 if (!doBind(i, mConnection,Context.BIND_AUTO_CREATE, UserHandle.CURRENT)) { in handleEnable()
1074 boolean doBind(Intent intent, ServiceConnection conn, int flags, UserHandle user) { in doBind() method in BluetoothManagerService
1136 doBind(i, mConnection, Context.BIND_AUTO_CREATE, UserHandle.CURRENT); in bluetoothStateChangeHandler()