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

  /frameworks/base/core/java/android/nfc/
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 1378 public Tag rediscover(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
    [all...]

Completed in 218 milliseconds