Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java648 int currDeviceState = mHealthDevices.get(device); in broadcastHealthDeviceStateChange() local
651 if (currDeviceState == newDeviceState) return; in broadcastHealthDeviceStateChange()
655 switch (currDeviceState) { in broadcastHealthDeviceStateChange()
696 updateAndSendIntent(device, newDeviceState, currDeviceState); in broadcastHealthDeviceStateChange()
701 updateAndSendIntent(device, newDeviceState, currDeviceState); in broadcastHealthDeviceStateChange()