Class ShadowContentProviderOperation

java.lang.Object
org.robolectric.shadows.ShadowContentProviderOperation

@Implements(android.content.ContentProviderOperation.class) public class ShadowContentProviderOperation extends Object
  • Field Details

  • Constructor Details

    • ShadowContentProviderOperation

      public ShadowContentProviderOperation()
  • Method Details

    • getType

      @HiddenApi @Implementation @Deprecated public int getType()
      Deprecated.
      implementation detail - use public Android APIs instead
    • getSelection

      @Deprecated public String getSelection()
      Deprecated.
      implementation detail - use public Android APIs instead
    • getSelectionArgs

      @Deprecated public String[] getSelectionArgs()
      Deprecated.
      implementation detail - use public Android APIs instead
    • getContentValues

      @Deprecated public ContentValues getContentValues()
      Deprecated.
      implementation detail - use public Android APIs instead
    • getExpectedCount

      @Deprecated public Integer getExpectedCount()
      Deprecated.
      implementation detail - use public Android APIs instead
    • getValuesBackReferences

      @Deprecated public ContentValues getValuesBackReferences()
      Deprecated.
      implementation detail - use public Android APIs instead
    • getSelectionArgsBackReferences

      @Deprecated public Map<Integer,Integer> getSelectionArgsBackReferences()
      Deprecated.
      implementation detail - use public Android APIs instead