Searched refs:RETRY_MAX_COUNT (Results 1 – 1 of 1) sorted by relevance
92 private static final long RETRY_MAX_COUNT = 30; field in PackageWatchdogTest128 for (int i = 0; i < RETRY_MAX_COUNT; ++i) { in retry()