Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java46 public static final byte[] WLCCAP = {0x57, 0x4c, 0x43, 0x43, 0x41, 0x50}; field in NfcCharging
276 if (!Arrays.equals(mNdefType, WLCCAP)) { in checkWlcCapMsg()