Package 

Class DebugDBInitProvider

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.content.ComponentCallbacks2

    
    public class DebugDBInitProvider
    extends ContentProvider
                        

    Created by amitshekhar on 16/11/16.

    • Method Summary

      Modifier and Type Method Description
      boolean onCreate()
      Cursor query(Uri uri, Array<String> projection, String selection, Array<String> selectionArgs, String sortOrder)
      String getType(Uri uri)
      Uri insert(Uri uri, ContentValues values)
      int delete(Uri uri, String selection, Array<String> selectionArgs)
      int update(Uri uri, ContentValues values, String selection, Array<String> selectionArgs)
      void attachInfo(Context context, ProviderInfo providerInfo)
      • Methods inherited from class android.content.ContentProvider

        applyBatch, attachInfo, bulkInsert, call, canonicalize, clearCallingIdentity, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getType, getTypeAnonymous, getWritePermission, insert, onCallingPackageChanged, onConfigurationChanged, onCreate, onLowMemory, onTrimMemory, openAssetFile, openFile, openPipeHelper, openTypedAssetFile, query, refresh, requireContext, restoreCallingIdentity, shutdown, uncanonicalize, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait