Class ShadowAsyncQueryHandler

    • Constructor Detail

      • ShadowAsyncQueryHandler

        public ShadowAsyncQueryHandler()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(ContentResolver contentResolver)
      • startDelete

        @Implementation
        protected void startDelete​(int token,
                                   Object cookie,
                                   Uri uri,
                                   String selection,
                                   String[] selectionArgs)
      • startInsert

        @Implementation
        protected void startInsert​(int token,
                                   Object cookie,
                                   Uri uri,
                                   ContentValues initialValues)
      • startQuery

        @Implementation
        protected void startQuery​(int token,
                                  Object cookie,
                                  Uri uri,
                                  String[] projection,
                                  String selection,
                                  String[] selectionArgs,
                                  String orderBy)
      • cancelOperation

        @Implementation
        protected final void cancelOperation​(int token)