Searched refs:WRITE_DELAY (Results 1 – 1 of 1) sorted by relevance
79 private static final Duration WRITE_DELAY = Duration.ofMillis(500); field in SafetyCenterIssueDismissalRepository469 mWriteHandler.postDelayed(this::writeStateToFile, WRITE_DELAY.toMillis()); in scheduleWriteStateToFile()