Package com.firebase.ui.auth.data.client
Class AuthUiInitProvider
- java.lang.Object
-
- android.content.ContentProvider
-
- com.firebase.ui.auth.data.client.AuthUiInitProvider
-
- All Implemented Interfaces:
ComponentCallbacks,ComponentCallbacks2
public class AuthUiInitProvider extends ContentProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class android.content.ContentProvider
ContentProvider.CallingIdentity, ContentProvider.PipeDataWriter<T extends Object>
-
-
Field Summary
-
Fields inherited from interface android.content.ComponentCallbacks2
TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
-
-
Constructor Summary
Constructors Constructor Description AuthUiInitProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachInfo(Context context, ProviderInfo info)intdelete(Uri uri, String selection, String[] selectionArgs)StringgetType(Uri uri)Uriinsert(Uri uri, ContentValues values)booleanonCreate()Cursorquery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)intupdate(Uri uri, ContentValues values, String selection, String[] selectionArgs)-
Methods inherited from class android.content.ContentProvider
applyBatch, applyBatch, bulkInsert, call, call, canonicalize, clearCallingIdentity, dump, getCallingPackage, getContext, getPathPermissions, getReadPermission, getStreamTypes, getWritePermission, isTemporary, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, refresh, restoreCallingIdentity, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize
-
-
-
-
Method Detail
-
attachInfo
public void attachInfo(Context context, ProviderInfo info)
- Overrides:
attachInfoin classContentProvider
-
onCreate
public boolean onCreate()
- Specified by:
onCreatein classContentProvider
-
query
public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
- Specified by:
queryin classContentProvider
-
getType
public String getType(Uri uri)
- Specified by:
getTypein classContentProvider
-
insert
public Uri insert(Uri uri, ContentValues values)
- Specified by:
insertin classContentProvider
-
delete
public int delete(Uri uri, String selection, String[] selectionArgs)
- Specified by:
deletein classContentProvider
-
update
public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs)
- Specified by:
updatein classContentProvider
-
-