Searched refs:fetch (Results 1 – 6 of 6) sorted by relevance
76 fun fetch(): Boolean = getIntForUser(key, if (defaultValue) 1 else 0, userId) > 0 regex82 override fun onChange(selfChange: Boolean) = onChange(fetch())87 onChange(fetch())
10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
37 suspend fun fetch(
102 val webResponse = fetcher.fetch(
267 // Since there's cron jobs that fetch offline-sdk-referenceonly-docs-docs.zip periodically.285 … // Since there's cron jobs that fetch offline-system-sdk-referenceonly-docs-docs.zip periodically.
1450 auto fetch = std::bind(fetch_partition, _1, borrowed_fd(fd)); in do_fetch() local1451 do_for_partitions(partition, slot_override, fetch, false /* force slot */); in do_fetch()