Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java41 private BluetoothPbapClient mBluetoothPbapClient = null; field in CarBluetoothUserService
92 if (mBluetoothPbapClient != null) { in closeBluetoothConnectionProxy()
93 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.PBAP_CLIENT, mBluetoothPbapClient); in closeBluetoothConnectionProxy()
120 if (mBluetoothPbapClient != null) { in isBluetoothConnectionProxyAvailable()
156 mBluetoothPbapClient.connect(device); in bluetoothConnectToProfile()
189 mBluetoothPbapClient.setPriority(device, priority); in setProfilePriority()
215 mBluetoothPbapClient = (BluetoothPbapClient) proxy;
244 mBluetoothPbapClient = null;