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

  /frameworks/base/core/java/android/nfc/
INfcTag.aidl 40 Tag rediscover(int nativehandle);
Tag.java 287 * Rediscover the technologies available on this tag.
291 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover}
312 public Tag rediscover() throws IOException { method in class:Tag
321 Tag newTag = mTagService.rediscover(getServiceHandle());
325 throw new IOException("Failed to rediscover tag");
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 1469 public Tag rediscover(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
    [all...]

Completed in 167 milliseconds