HomeSort by relevance Sort by last modified time
    Searched defs:TagTechnology (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/java/android/nfc/
Tag.java 30 import android.nfc.tech.TagTechnology;
44 * the time of discovery. It can be used as a handle to {@link TagTechnology} classes
51 * only the most recent tag object can be successfully used to create a {@link TagTechnology}.
90 * Technologies are defined as sub-classes of {@link TagTechnology}, see the package
108 * code executing on the tag. Use {@link TagTechnology} classes to access a broad
162 case TagTechnology.ISO_DEP:
165 case TagTechnology.MIFARE_CLASSIC:
168 case TagTechnology.MIFARE_ULTRALIGHT:
171 case TagTechnology.NDEF:
174 case TagTechnology.NDEF_FORMATABLE
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
TagTechnology.java 25 * {@link TagTechnology} is an interface to a technology in a {@link Tag}.
27 * Obtain a {@link TagTechnology} implementation by calling the static method <code>get()</code>
32 * {@link TagTechnology} implementations provide access to these different
38 * {@link TagTechnology} implementations.
48 * {@link TagTechnology} implementations. If it is not provided, the
59 * {@link TagTechnology} implementations provide methods that fall into two classes:
72 * {@link TagTechnology}, and it will cancel all other blocked I/O operations on other threads
74 * <li>Only one {@link TagTechnology} can be connected at a time. Other calls to
83 public interface TagTechnology extends Closeable {
161 * Get the {@link Tag} object backing this {@link TagTechnology} object
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 77 milliseconds