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 239 * Rediscover the technologies available on this tag.
243 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover}
264 public Tag rediscover() throws IOException { method in class:Tag
270 Tag newTag = mTagService.rediscover(getServiceHandle());
274 throw new IOException("Failed to rediscover tag");
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 1075 public Tag rediscover(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
    [all...]

Completed in 1362 milliseconds