Searched refs:DEFAULT_SHUTDOWN_DELAY_MILLIS (Results 1 – 1 of 1) sorted by relevance
70 private static final long DEFAULT_SHUTDOWN_DELAY_MILLIS = TimeUnit.MINUTES.toMillis(1); field in TextToSpeechHelper98 this(context, new AndroidTextToSpeechEngine(), DEFAULT_SHUTDOWN_DELAY_MILLIS, listener); in TextToSpeechHelper()