Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java242 NfcService.getInstance().onWlcData(WlcDeviceInfo); in stopNfcCharging()
363 NfcService.getInstance().onWlcData(WlcDeviceInfo); in checkWlcCapMsg()
452 NfcService.getInstance().onWlcData(WlcDeviceInfo); in checkWlcCtlMsg()
645 NfcService.getInstance().onWlcData(WlcDeviceInfo); in run()
693 NfcService.getInstance().onWlcData(WlcDeviceInfo); in HandleWLCState()
729 NfcService.getInstance().onWlcData(WlcDeviceInfo); in HandleWLCState()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java588 public void onWlcData(Map<String, Integer> WlcDeviceInfo) { in onWlcData() method in NfcService