Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java47 public static final byte[] WLCCTL = {0x57, 0x4c, 0x43, 0x43, 0x54, 0x4C}; field in NfcCharging
384 if (!Arrays.equals(mNdefType, NfcCharging.WLCCTL)) { in checkWlcCtlMsg()