/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/mock/ |
H A D | SimpleMockContentProvider.java | 35 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { argument
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BoundCursorLoader.java | 33 final String[] projection, final String selection, final String[] selectionArgs, 35 super(context, uri, projection, selection, selectionArgs, sortOrder); 32 BoundCursorLoader(final String bindingId, final Context context, final Uri uri, final String[] projection, final String selection, final String[] selectionArgs, final String sortOrder) argument
|
H A D | CursorQueryData.java | 45 final String selection, final String[] selectionArgs, final String sortOrder) { 50 mSelectionArgs = selectionArgs; 44 CursorQueryData(final Context context, final Uri uri, final String[] projection, final String selection, final String[] selectionArgs, final String sortOrder) argument
|
H A D | FrequentContactsCursorQueryData.java | 40 String[] projection, String selection, String[] selectionArgs, String sortOrder) { 41 super(bindingId, context, uri, projection, selection, selectionArgs, sortOrder); 103 String selection, String[] selectionArgs, String sortOrder) { 105 super(context, Contacts.CONTENT_STREQUENT_URI, projection, selection, selectionArgs, 39 FrequentContactsCursorLoader(String bindingId, Context context, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument 102 FrequentContactsCursorQueryData(Context context, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
|
H A D | MediaScratchFileProvider.java | 102 final String[] selectionArgs, final String sortOrder) { 101 query(final Uri uri, final String[] projection, final String selection, final String[] selectionArgs, final String sortOrder) argument
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
H A D | HangingSuggestionProvider.java | 44 String[] selectionArgs, String sortOrder) { 43 query(Uri uri, String[] projectionIn, String selection, String[] selectionArgs, String sortOrder) argument
|
H A D | CrashingSuggestionProvider.java | 49 String[] selectionArgs, String sortOrder) { 48 query(Uri uri, String[] projectionIn, String selection, String[] selectionArgs, String sortOrder) argument
|
H A D | NaughtySuggestionProvider.java | 49 String[] selectionArgs) { 54 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 48 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
H A D | Provider.java | 32 String selection, String[] selectionArgs, 43 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument 47 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 31 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
|
/packages/providers/BookmarkProvider/src/com/android/bookmarkstore/ |
H A D | BookmarkProvider.java | 49 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument 59 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/ |
H A D | NoNullCursorAsyncQueryHandler.java | 37 String[] selectionArgs, String orderBy) { 39 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs, 36 startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
H A D | SqliteWrapper.java | 38 String[] projection, String selection, String[] selectionArgs, String sortOrder) { 40 return resolver.query(uri, projection, selection, selectionArgs, sortOrder); 51 ContentValues values, String where, String[] selectionArgs) { 53 return resolver.update(uri, values, where, selectionArgs); 64 String where, String[] selectionArgs) { 66 return resolver.delete(uri, where, selectionArgs); 37 query(Context context, ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument 50 update(Context context, ContentResolver resolver, Uri uri, ContentValues values, String where, String[] selectionArgs) argument 63 delete(Context context, ContentResolver resolver, Uri uri, String where, String[] selectionArgs) argument
|
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/ |
H A D | SlowSuggestionProvider.java | 47 String[] selectionArgs, String sortOrder) { 81 String[] selectionArgs) { 86 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 46 query(Uri uri, String[] projectionIn, String selection, String[] selectionArgs, String sortOrder) argument 80 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
|
/packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/ |
H A D | SpammySuggestionProvider.java | 47 String[] selectionArgs, String sortOrder) { 75 String[] selectionArgs) { 80 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 46 query(Uri uri, String[] projectionIn, String selection, String[] selectionArgs, String sortOrder) argument 74 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/ |
H A D | NullContentProvider.java | 31 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument 47 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 52 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
|
/packages/providers/TvProvider/src/com/android/providers/tv/util/ |
H A D | SqlParams.java | 26 public SqlParams(String tables, String selection, String... selectionArgs) { argument 28 setWhere(selection, selectionArgs); 47 public void setWhere(String selection, String... selectionArgs) { argument 49 mSelectionArgs = selectionArgs; 52 public void appendWhere(String selection, String... selectionArgs) { argument 54 if (selectionArgs != null) { 55 mSelectionArgs = DatabaseUtils.appendSelectionArgs(mSelectionArgs, selectionArgs);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | MmsFileProvider.java | 55 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument 68 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 74 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
H A D | HomeProvider.java | 44 public int delete(Uri uri, String selection, String[] selectionArgs) {
argument 65 String[] selectionArgs, String sortOrder) {
71 String[] selectionArgs) {
64 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument 70 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
H A D | ClockProvider.java | 61 public Cursor query(Uri uri, String[] projectionIn, String selection, String[] selectionArgs, argument 97 Cursor ret = qb.query(db, projectionIn, selection, selectionArgs,
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
H A D | MockProvider.java | 47 * query() does not allow non-null selection, selectionArgs, or sortOrder arguments; the 52 * delete() and update() do not allow non-null selection or selectionArgs arguments; the 100 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 101 if (selection != null || selectionArgs != null) { 142 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument 144 if (selection != null || selectionArgs != null || sortOrder != null || projection == null) { 181 public int update(Uri uri, ContentValues newValues, String selection, String[] selectionArgs) { argument 182 if (selection != null || selectionArgs != null) {
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/ |
H A D | CrashingIconProvider.java | 48 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 49 if (DBG) Log.d(TAG, "delete(" + uri + ", " + selection + ", " + selectionArgs + ")"); 66 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument 73 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
H A D | TestProvider.java | 50 * query() does not allow non-null selection, selectionArgs, or sortOrder arguments; the 54 * delete() and update() do not allow non-null selection or selectionArgs arguments; the presence 100 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 101 if (selection != null || selectionArgs != null) { 142 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument 144 if (selection != null || selectionArgs != null || sortOrder != null || projection == null) { 181 public int update(Uri uri, ContentValues newValues, String selection, String[] selectionArgs) { argument 182 if (selection != null || selectionArgs != null) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | VoicemailTable.java | 39 public int delete(UriData uriData, String selection, String[] selectionArgs); argument 41 String[] selectionArgs, String sortOrder); 43 String[] selectionArgs); 40 query(UriData uriData, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument 42 update(UriData uriData, ContentValues values, String selection, String[] selectionArgs) argument
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
H A D | DumpFileProvider.java | 51 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 57 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument 91 public Cursor query(Uri uri, String[] inProjection, String selection, String[] selectionArgs, argument
|
/packages/apps/Browser/src/com/android/browser/provider/ |
H A D | SQLiteContentProvider.java | 76 String[] selectionArgs, boolean callerIsSyncAdapter); 81 public abstract int deleteInTransaction(Uri uri, String selection, String[] selectionArgs, argument 149 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument 157 count = updateInTransaction(uri, values, selection, selectionArgs, 166 count = updateInTransaction(uri, values, selection, selectionArgs, callerIsSyncAdapter); 173 public int delete(Uri uri, String selection, String[] selectionArgs) { argument 181 count = deleteInTransaction(uri, selection, selectionArgs, callerIsSyncAdapter); 189 count = deleteInTransaction(uri, selection, selectionArgs, callerIsSyncAdapter); 75 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
|