Searched refs:TYPE_CLASSIC (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java97 public static final int TYPE_CLASSIC = 0; field in class:MifareClassic
155 mType = TYPE_CLASSIC;
159 mType = TYPE_CLASSIC;
173 mType = TYPE_CLASSIC;
177 mType = TYPE_CLASSIC;
182 mType = TYPE_CLASSIC;
187 mType = TYPE_CLASSIC;
206 * <p>One of {@link #TYPE_UNKNOWN}, {@link #TYPE_CLASSIC}, {@link #TYPE_PLUS} or

Completed in 316 milliseconds