Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java127 mBluetoothHeadsetFuture.complete((BluetoothHeadset) proxy);
191 mBluetoothHeadsetFuture.complete(null);
289 private CompletableFuture<BluetoothHeadset> mBluetoothHeadsetFuture; field in BluetoothDeviceManager
312 mBluetoothHeadsetFuture = new CompletableFuture<>(); in BluetoothDeviceManager()
428 mBluetoothHeadset = mBluetoothHeadsetFuture.get(500L, in getBluetoothHeadset()