Searched defs:getUid (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
H A DMessage.java37 public String getUid() { method in class:Message
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java71 byte[] getUid(); method in interface:DeviceHost.TagEndpoint
H A DNfcService.java873 public byte[] getUid(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
885 uid = tag.getUid();
1100 Tag newTag = new Tag(tag.getUid(), tag.getTechList(),
1733 Tag tag = new Tag(tagEndpoint.getUid(), tagEndpoint.getTechList(),
/packages/apps/Nfc/src/com/android/nfc/nxp/
H A DNativeNfcTag.java409 public byte[] getUid() { method in class:NativeNfcTag

Completed in 3907 milliseconds