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

  /platform_testing/libraries/google-docs-app-helper/src/android/platform/test/helpers/
GoogleDocsHelperImpl.java 91 for (int retryCnt = 0; retryCnt < BACK_TO_RECENT_DOCS_MAX_RETRY; retryCnt++) {
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_Kovio.c 105 int retryCnt = 0;
109 retryCnt++;
113 } while(status != NFCSTATUS_PENDING && retryCnt <= MAX_WRITE_RETRY);
  /external/libnfc-nci/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c     [all...]

Completed in 80 milliseconds