Searched refs:bluetoothReceiver (Results 1 – 2 of 2) sorted by relevance
408 SynchronousResultReceiver bluetoothReceiver = null; in updateExternalStatsLocked() local440 bluetoothReceiver = new SynchronousResultReceiver("bluetooth"); in updateExternalStatsLocked()441 adapter.requestControllerActivityEnergyInfo(bluetoothReceiver); in updateExternalStatsLocked()463 final BluetoothActivityEnergyInfo bluetoothInfo = awaitControllerInfo(bluetoothReceiver); in updateExternalStatsLocked()
1144 SynchronousResultReceiver bluetoothReceiver = new SynchronousResultReceiver( in fetchBluetoothData() local1146 adapter.requestControllerActivityEnergyInfo(bluetoothReceiver); in fetchBluetoothData()1147 return awaitControllerInfo(bluetoothReceiver); in fetchBluetoothData()