Class android.content.ContentResolver
Added Methods | |
---|---|
int delete (Uri, Bundle )
|
|
Uri insert (Uri, ContentValues, Bundle )
|
|
void notifyChange (Collection<Uri>, ContentObserver, int )
|
|
int update (Uri, ContentValues, Bundle )
|
Changed Methods | ||
---|---|---|
void notifyChange (Uri, ContentObserver, boolean )
|
Now deprecated. |
Added Fields | |
---|---|
int NOTIFY_DELETE
|
|
int NOTIFY_INSERT
|
|
int NOTIFY_UPDATE
|
|
String QUERY_ARG_GROUP_COLUMNS
|
|
String QUERY_ARG_SORT_LOCALE
|
|
String QUERY_ARG_SQL_GROUP_BY
|
|
String QUERY_ARG_SQL_HAVING
|
|
String QUERY_ARG_SQL_LIMIT
|