Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java101 int TWptDuration = 0; field in NfcCharging
408 TWptDuration = (int) Math.pow(2, (WlcCtl_WptDuration + 3)); in checkWlcCtlMsg()
920 wt = TWptDuration; in HandleWLCState()
921 if (TWptDuration > 4000) { in HandleWLCState()
942 wt = TWptDuration + 5000; in HandleWLCState()