Searched defs:ContentResolver (Results 1 – 2 of 2) sorted by relevance
103 public abstract class ContentResolver implements ContentInterface { class811 public ContentResolver(@Nullable Context context) { in ContentResolver() method in ContentResolver816 public ContentResolver(@Nullable Context context, @Nullable ContentInterface wrapped) { in ContentResolver() method in ContentResolver
80 fun ContentResolver.areAnimationsEnabled(): Boolean { in wrap() method