Searched refs:doBind (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothPbap.java | 131 doBind(); 156 doBind(); in BluetoothPbap() 159 boolean doBind() { in doBind() method in BluetoothPbap
|
D | BluetoothPan.java | 140 doBind(); in BluetoothPan() 143 boolean doBind() { in doBind() method in BluetoothPan 194 doBind();
|
D | BluetoothPbapClient.java | 80 doBind(); 108 doBind(); in BluetoothPbapClient() 111 private boolean doBind() { in doBind() method in BluetoothPbapClient
|
D | BluetoothA2dpSink.java | 149 doBind(); 176 doBind(); in BluetoothA2dpSink() 179 boolean doBind() { in doBind() method in BluetoothA2dpSink
|
D | BluetoothAvrcpController.java | 148 doBind(); 176 doBind(); in BluetoothAvrcpController() 179 boolean doBind() { in doBind() method in BluetoothAvrcpController
|
D | BluetoothMap.java | 74 doBind(); 100 doBind(); in BluetoothMap() 103 boolean doBind() { in doBind() method in BluetoothMap
|
D | BluetoothSap.java | 111 doBind(); 137 doBind(); in BluetoothSap() 140 boolean doBind() { in doBind() method in BluetoothSap
|
D | BluetoothA2dp.java | 139 doBind(); 166 doBind(); in BluetoothA2dp() 169 boolean doBind() { in doBind() method in BluetoothA2dp
|
D | BluetoothHealth.java | 119 doBind(); 483 doBind(); in BluetoothHealth() 486 boolean doBind() { in doBind() method in BluetoothHealth
|
D | BluetoothInputDevice.java | 226 doBind(); 255 doBind(); in BluetoothInputDevice() 258 boolean doBind() { in doBind() method in BluetoothInputDevice
|
D | BluetoothHeadset.java | 245 doBind(); 272 doBind(); in BluetoothHeadset() 275 boolean doBind() { in doBind() method in BluetoothHeadset
|
D | BluetoothHeadsetClient.java | 393 doBind(); 420 doBind(); in BluetoothHeadsetClient() 423 boolean doBind() { in doBind() method in BluetoothHeadsetClient
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothManagerService.java | 837 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 1689 … doBind(i, mConnection, Context.BIND_AUTO_CREATE | Context.BIND_IMPORTANT, UserHandle.CURRENT); in bluetoothStateChangeHandler()
|