Searched refs:SYNC_OP_RETRY_SLEEP_IN_MS (Results 1 – 1 of 1) sorted by relevance
97 private static final int SYNC_OP_RETRY_SLEEP_IN_MS = 10; field in CarPropertyManager2396 Slog.d(TAG, "too many sync request, sleeping for " + SYNC_OP_RETRY_SLEEP_IN_MS in runSyncOperation()2398 SystemClock.sleep(SYNC_OP_RETRY_SLEEP_IN_MS); in runSyncOperation()