FileDocCategorySizeDatePackage
Entity.javaAPI DocAndroid 5.1 API830Sat Mar 14 14:09:38 GMT 2015android.content

Entity.java

package android.content;
public final class Entity
{
public static class NamedContentValues
{
public  NamedContentValues(android.net.Uri uri, android.content.ContentValues values) { throw new RuntimeException("Stub!"); }
public final android.net.Uri uri;
public final android.content.ContentValues values;
}
public  Entity(android.content.ContentValues values) { throw new RuntimeException("Stub!"); }
public  android.content.ContentValues getEntityValues() { throw new RuntimeException("Stub!"); }
public  java.util.ArrayList<android.content.Entity.NamedContentValues> getSubValues() { throw new RuntimeException("Stub!"); }
public  void addSubValue(android.net.Uri uri, android.content.ContentValues values) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}