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);3963 final ContentInterface mWrapped;4159 public static Bitmap loadThumbnail(@NonNull ContentInterface content, @NonNull Uri uri,
71 public class ContentProviderClient implements ContentInterface, AutoCloseable {
120 public abstract class ContentProvider implements ContentInterface, ComponentCallbacks2 {236 volatile ContentInterface mInterface = ContentProvider.this;
34 import android.content.ContentInterface;922 ContentInterface contentInterface = mock(ContentInterface.class); in mockContext()
71 "android/content/ContentInterface.java",
1335 android.content.ContentInterface
3844 …roid/content/ContentResolver;-><init>(Landroid/content/Context;Landroid/content/ContentInterface;)V24118 Landroid/content/ContentInterface;
1339 android.content.ContentInterface
3847 …roid/content/ContentResolver;-><init>(Landroid/content/Context;Landroid/content/ContentInterface;)V34225 Landroid/content/ContentInterface;