Searched refs:BatteryLevel (Results 1 – 2 of 2) sorted by relevance
52 public static final String BatteryLevel = "Battery Level"; field in NfcCharging187 WlcDeviceInfo.put(BatteryLevel, -1); in resetInternalValues()362 if (WlcDeviceInfo.get(BatteryLevel) > (mUpdatedBatteryLevel + 5)) { in checkWlcCapMsg()364 mUpdatedBatteryLevel = WlcDeviceInfo.get(BatteryLevel); in checkWlcCapMsg()422 WlcDeviceInfo.put(BatteryLevel, WlcCtl_BatteryLevel); in checkWlcCtlMsg()451 if (WlcDeviceInfo.get(BatteryLevel) > (mUpdatedBatteryLevel + 5)) { in checkWlcCtlMsg()453 mUpdatedBatteryLevel = WlcDeviceInfo.get(BatteryLevel); in checkWlcCtlMsg()467 WlcDeviceInfo.put(BatteryLevel, (int) mPayload[pos]); in checkWlcStaiMsg()468 if (DBG) Log.d(TAG, "WlcCtl_BatteryLevel = " + WlcDeviceInfo.get(BatteryLevel)); in checkWlcStaiMsg()725 WlcDeviceInfo.put(BatteryLevel, 0x64); in HandleWLCState()[all …]
596 WlcDeviceInfo.get(mNfcCharging.BatteryLevel), in onWlcData()