public class

CarouselProvider

extends ContentProvider
java.lang.Object
   ↳ android.content.ContentProvider
     ↳ com.htc.content.CarouselProvider

Class Overview

CarouselProvider is for maintaining information of every element added by CarouselHost.addTab()

Summary

[Expand]
Inherited Constants
From interface android.content.ComponentCallbacks2
Public Constructors
CarouselProvider()
Public Methods
ContentProviderResult[] applyBatch(ArrayList<ContentProviderOperation> operations)
int delete(Uri uri, String selection, String[] selectionArgs)
String getType(Uri uri)
Uri insert(Uri uri, ContentValues initialValues)
boolean onCreate()
Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
int update(Uri uri, ContentValues values, String selection, String[] selectionArgs)
Protected Methods
void setupCarousel(String authority)
[Expand]
Inherited Methods
From class android.content.ContentProvider
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2

Public Constructors

public CarouselProvider ()

Since: API Level 2.0

Public Methods

public int delete (Uri uri, String selection, String[] selectionArgs)

Since: API Level 2.0

public String getType (Uri uri)

Since: API Level 2.0

public Uri insert (Uri uri, ContentValues initialValues)

Since: API Level 2.0

public boolean onCreate ()

Since: API Level 2.0

public Cursor query (Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)

Since: API Level 2.0

public int update (Uri uri, ContentValues values, String selection, String[] selectionArgs)

Since: API Level 2.0

Protected Methods

protected void setupCarousel (String authority)

Since: API Level 2.0