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

  /development/samples/NFCDemo/src/com/example/android/nfc/simulator/
FakeTagsActivity.java 42 static final byte[] UID = new byte[] {0x05, 0x00, 0x03, 0x08};
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 103 private static final ObjectIdentifier UID;
178 UID = new ObjectIdentifier(
179 new int[] { 0, 9, 2342, 19200300, 100, 1, 1 }, "UID",
199 RFC2253_NAMES.put(UID.getName(), UID);
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 50 static final byte[] UID = new byte[] { 0x05, 0x00, 0x03, 0x08 };
116 this.tag = NdefTag.createMockNdefTag(UID, new String[] { Tag.TARGET_ISO_14443_4 },
127 this.tag = NdefTag.createMockNdefTag(UID, new String[] { Tag.TARGET_ISO_14443_4 },
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 43 /** The column that is used for the initiating app's UID */
44 public static final String UID = "uid";
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 122 uint8_t UID[4];
phFriNfc_NdefMap.h 152 #define PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE 0x04 /**< \internal UID size returned by READID command = 4 bytes */
691 /** To store the UID */
692 uint8_t UID[PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE];
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 81 public static final String UID = "UID";
82 public static final String UID_COPY = "UID COPY";
83 public static final String UID_FETCH = "UID FETCH";
84 public static final String UID_SEARCH = "UID SEARCH";
85 public static final String UID_STORE = "UID STORE";
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 207 public static final DERObjectIdentifier UID = new DERObjectIdentifier("0.9.2342.19200300.100.1.1");
267 DefaultSymbols.put(UID, "UID");
298 RFC2253Symbols.put(UID, "UID");
321 DefaultLookUp.put("uid", UID);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 67 private static final String UID = "UID.12345678";
178 message.setUid(UID);
637 mLegacyAccount.mUuid = "test-uid-" + name;
    [all...]

Completed in 145 milliseconds