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 41 Tag rediscover(int nativehandle);
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
273 Tag newTag = mTagService.rediscover(getServiceHandle());
277 throw new IOException("Failed to rediscover tag");
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 1110 public Tag rediscover(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
    [all...]

Completed in 75 milliseconds