Lines Matching refs:ndefMsg
1797 NdefMessage ndefMsg = (NdefMessage) msg.obj;1799 extras.putParcelable(Ndef.EXTRA_NDEF_MSG, ndefMsg);1861 NdefMessage ndefMsg = tag.findAndReadNdef();1863 if (ndefMsg == null) {1875 (ndefMsg != null && ndefMsg.equals(mLastReadNdefMessage))) {1895 mLastReadNdefMessage = ndefMsg;