HomeSort by relevance Sort by last modified time
    Searched refs:RTD_ANDROID_APP (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/nfc/
NdefRecord.java 215 * The payload of a record with type RTD_ANDROID_APP
217 * Multiple RTD_ANDROID_APP records may be included
221 * RTD_ANDROID_APP records.
224 public static final byte[] RTD_ANDROID_APP = "android.com:pkg".getBytes();
315 return new NdefRecord(TNF_EXTERNAL_TYPE, RTD_ANDROID_APP, null,
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 640 Arrays.equals(record.getType(), NdefRecord.RTD_ANDROID_APP)) {

Completed in 101 milliseconds