Searched refs:maxQueryTime (Results 1 – 2 of 2) sorted by relevance
44 val maxQueryTime: Duration?, constant in com.android.documentsui.loaders.QueryOptions58 maxQueryTime == other.maxQueryTime && in equals()80 fun isQueryTimeUnlimited() = maxQueryTime == null in isQueryTimeUnlimited()85 result = 31 * result + maxQueryTime.hashCode() in isQueryTimeUnlimited()
142 mOptions.maxQueryTime.toMillis(), in loadInBackground()