Searched refs:ContentInterface (Results 1 – 11 of 11) sorted by relevance
42 public class LoggingContentInterface implements ContentInterface {44 private final ContentInterface delegate;46 public LoggingContentInterface(String tag, ContentInterface delegate) { in LoggingContentInterface()
42 public interface ContentInterface { interface
103 public abstract class ContentResolver implements ContentInterface {816 public ContentResolver(@Nullable Context context, @Nullable ContentInterface wrapped) { in ContentResolver()824 public static @NonNull ContentResolver wrap(@NonNull ContentInterface wrapped) { in wrap()856 return wrap((ContentInterface) wrapped);864 return wrap((ContentInterface) wrapped);3892 final ContentInterface mWrapped;4088 public static Bitmap loadThumbnail(@NonNull ContentInterface content, @NonNull Uri uri,
71 public class ContentProviderClient implements ContentInterface, AutoCloseable {
109 public abstract class ContentProvider implements ContentInterface, ComponentCallbacks2 {216 volatile ContentInterface mInterface = ContentProvider.this;
29 import android.content.ContentInterface;332 ContentInterface contentInterface = mock(ContentInterface.class); in mockContext()
55 "android/content/ContentInterface.java",
1231 android.content.ContentInterface
3891 …/ContentResolver;-><init>(Landroid/content/Context;Landroid/content/ContentInterface;)V+]Landroid/…24078 Landroid/content/ContentInterface;
1230 android.content.ContentInterface
3889 …/ContentResolver;-><init>(Landroid/content/Context;Landroid/content/ContentInterface;)V+]Landroid/…33715 Landroid/content/ContentInterface;