Searched defs:mTnf (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java278 private final short mTnf; field in class:NdefRecord
526 mTnf = tnf;
556 mTnf = rs[0].mTnf;
568 return mTnf;
639 switch (mTnf) {
677 switch (mTnf) {
900 (sr ? FLAG_SR : 0) | (il ? FLAG_IL : 0) | mTnf);
940 dest.writeInt(mTnf);
978 result = prime * result + mTnf;
[all...]

Completed in 30 milliseconds