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

  /frameworks/base/core/java/android/nfc/
NdefRecord.java 96 * Use this tnf with RTD types such as {@link #RTD_TEXT}, {@link #RTD_URI}.
100 * @see #RTD_URI
122 * ({@literal #RTD_URI} allows compression of common URI prefixes).
134 * Note this TNF should not be used with RTD_TEXT or RTD_URI constants.
179 public static final byte[] RTD_URI = {0x55}; // "U"
321 * and {@link #RTD_URI}. This is the most efficient encoding
357 return new NdefRecord(TNF_WELL_KNOWN, RTD_URI, null, recordBytes);
364 * and {@link #RTD_URI}. This is the most efficient encoding
657 * <li>{@link #TNF_WELL_KNOWN} with a type of {@link #RTD_URI}.</li>
690 } else if (Arrays.equals(mType, RTD_URI)) {
    [all...]
  /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/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 27 milliseconds