Searched refs:bluetoothReceiver (Results 1 – 2 of 2) sorted by relevance
398 SynchronousResultReceiver bluetoothReceiver = null; in updateExternalStatsLocked() local422 bluetoothReceiver = new SynchronousResultReceiver("bluetooth"); in updateExternalStatsLocked()423 adapter.requestControllerActivityEnergyInfo(bluetoothReceiver); in updateExternalStatsLocked()440 final BluetoothActivityEnergyInfo bluetoothInfo = awaitControllerInfo(bluetoothReceiver); in updateExternalStatsLocked()
848 … SynchronousResultReceiver bluetoothReceiver = new SynchronousResultReceiver("bluetooth"); in pullBluetoothData() local849 adapter.requestControllerActivityEnergyInfo(bluetoothReceiver); in pullBluetoothData()850 return awaitControllerInfo(bluetoothReceiver); in pullBluetoothData()