Searched refs:smartspaceMaxAgeSeconds (Results 1 – 2 of 2) sorted by relevance
154 val smartspaceMaxAgeSeconds = it.getLong(RESUMABLE_MEDIA_MAX_AGE_SECONDS_KEY, 0) in <lambda>() constant155 if (smartspaceMaxAgeSeconds > 0) { in <lambda>()156 smartspaceMaxAgeMillis = TimeUnit.SECONDS.toMillis(smartspaceMaxAgeSeconds) in <lambda>()
153 val smartspaceMaxAgeSeconds = it.getLong(RESUMABLE_MEDIA_MAX_AGE_SECONDS_KEY, 0) in <lambda>() constant154 if (smartspaceMaxAgeSeconds > 0) { in <lambda>()155 smartspaceMaxAgeMillis = TimeUnit.SECONDS.toMillis(smartspaceMaxAgeSeconds) in <lambda>()