Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java134 byte[] mNdefType; field in NfcCharging
271 mNdefType = ndefRecords[0].getType(); in checkWlcCapMsg()
273 if (mNdefType != null) { in checkWlcCapMsg()
275 if (mNdefPayload != null && mNdefType != null) { in checkWlcCapMsg()
276 if (!Arrays.equals(mNdefType, WLCCAP)) { in checkWlcCapMsg()
280 if (DBG) Log.d(TAG, "mNdefType = " + bytesToHex(mNdefType)); in checkWlcCapMsg()
329 mNdefType = ndefRecords[i].getType(); in checkWlcCapMsg()
330 if (DBG) Log.d(TAG, "mNdefType = " + bytesToHex(mNdefType)); in checkWlcCapMsg()
332 if (mNdefPayload2 != null && mNdefType != null) { in checkWlcCapMsg()
333 if (Arrays.equals(mNdefType, WLCSTAI)) { in checkWlcCapMsg()
[all …]
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt580 Landroid/nfc/tech/Ndef;->mNdefType:I