Home
last modified time | relevance | path

Searched refs:mBluetoothMapClient (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java53 private BluetoothMapClient mBluetoothMapClient; field in MessengerDelegate
128 if (mBluetoothMapClient != null) { in onDeviceConnected()
130 mBluetoothMapClient.getUnreadMessages(device); in onDeviceConnected()
153 if (mBluetoothMapClient == client) { in onMapConnected()
157 mBluetoothMapClient = client; in onMapConnected()
158 connectedDevices = mBluetoothMapClient.getConnectedDevices(); in onMapConnected()
172 mBluetoothMapClient = null; in onMapDisconnected()
185 if (mBluetoothMapClient != null) { in sendMessage()
201 success = BluetoothHelper.sendMessage(mBluetoothMapClient, in sendMessage()
475 return (mBluetoothMapClient != null) && mBluetoothMapClient.isUploadingSupported( in shouldAddReplyAction()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java58 private BluetoothMapClient mBluetoothMapClient = null; field in CarBluetoothUserService
134 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.MAP_CLIENT, mBluetoothMapClient); in closeBluetoothConnectionProxies()
135 mBluetoothMapClient = null; in closeBluetoothConnectionProxies()
171 mBluetoothMapClient = (BluetoothMapClient) proxy;
288 return mBluetoothMapClient.connect(device); in bluetoothConnectToProfile()
330 return mBluetoothMapClient.disconnect(device); in bluetoothDisconnectFromProfile()
375 priority = mBluetoothMapClient.getPriority(device); in getProfilePriority()
425 mBluetoothMapClient.setPriority(device, priority); in setProfilePriority()
/packages/apps/Car/Messenger/src/com/android/car/messenger/bluetooth/
DBluetoothMonitor.java31 private BluetoothMapClient mBluetoothMapClient; field in BluetoothMonitor
146 mBluetoothMapClient = client; in onMapConnected()
151 mBluetoothMapClient = null; in onMapDisconnected()
183 adapter.closeProfileProxy(BluetoothProfile.MAP_CLIENT, mBluetoothMapClient); in onDestroy()