Searched defs:selectionArgs (Results 1 - 25 of 59) sorted by relevance

123

/frameworks/support/compat/jellybean/android/support/v4/content/
H A DContentResolverCompatJellybean.java27 String selection, String[] selectionArgs, String sortOrder,
29 return resolver.query(uri, projection, selection, selectionArgs, sortOrder,
26 query(ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, Object cancellationSignalObj) argument
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
47 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
H A DEnabledProvider.java34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
47 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
49 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
H A DTestReceiver.java33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
49 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java15 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
26 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java15 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
26 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/support/compat/java/android/support/v4/content/
H A DContentResolverCompat.java33 Uri uri, String[] projection, String selection, String[] selectionArgs,
40 String selection, String[] selectionArgs, String sortOrder,
47 return resolver.query(uri, projection, selection, selectionArgs, sortOrder);
54 String selection, String[] selectionArgs, String sortOrder,
58 uri, projection, selection, selectionArgs, sortOrder,
110 * @param selectionArgs You may include ?s in selection, which will be
111 * replaced by the values from selectionArgs, in the order that they
123 Uri uri, String[] projection, String selection, String[] selectionArgs,
125 return IMPL.query(resolver, uri, projection, selection, selectionArgs,
32 query(ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, CancellationSignal cancellationSignal) argument
39 query(ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, CancellationSignal cancellationSignal) argument
53 query(ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, CancellationSignal cancellationSignal) argument
122 query(ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, CancellationSignal cancellationSignal) argument
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDirectCursorDriver.java43 public Cursor query(CursorFactory factory, String[] selectionArgs) { argument
47 query.bindAllArgsAsStrings(selectionArgs);
H A DSqliteWrapper.java57 String[] projection, String selection, String[] selectionArgs, String sortOrder) {
59 return resolver.query(uri, projection, selection, selectionArgs, sortOrder);
77 ContentValues values, String where, String[] selectionArgs) {
79 return resolver.update(uri, values, where, selectionArgs);
88 String where, String[] selectionArgs) {
90 return resolver.delete(uri, where, selectionArgs);
56 query(Context context, ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
76 update(Context context, ContentResolver resolver, Uri uri, ContentValues values, String where, String[] selectionArgs) argument
87 delete(Context context, ContentResolver resolver, Uri uri, String where, String[] selectionArgs) argument
H A DSQLiteCursor.java250 public void setSelectionArguments(String[] selectionArgs) { argument
251 mDriver.setBindArguments(selectionArgs);
/frameworks/base/core/java/android/provider/
H A DSearchIndexablesProvider.java106 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
179 public final int delete(Uri uri, String selection, String[] selectionArgs) { argument
188 Uri uri, ContentValues values, String selection, String[] selectionArgs) {
187 update( Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java50 public SelectionBuilder append(String selection, Object... selectionArgs) { argument
52 if (selectionArgs != null && selectionArgs.length > 0) {
66 if (selectionArgs != null) {
67 for (Object arg : selectionArgs) {
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java64 String[] selectionArgs, String sort) {
63 query(Uri url, String[] projectionIn, String selection, String[] selectionArgs, String sort) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DDumpHeapProvider.java52 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { argument
67 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
72 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java35 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
51 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java37 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
61 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
145 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DSqliteWrapper.java69 String[] projection, String selection, String[] selectionArgs, String sortOrder) {
71 return resolver.query(uri, projection, selection, selectionArgs, sortOrder);
89 ContentValues values, String where, String[] selectionArgs) {
91 return resolver.update(uri, values, where, selectionArgs);
100 String where, String[] selectionArgs) {
102 return resolver.delete(uri, where, selectionArgs);
68 query(Context context, ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
88 update(Context context, ContentResolver resolver, Uri uri, ContentValues values, String where, String[] selectionArgs) argument
99 delete(Context context, ContentResolver resolver, Uri uri, String where, String[] selectionArgs) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DFakeSmsContentProvider.java75 @Nullable String selection, @Nullable String[] selectionArgs,
78 return db.query(RAW_TABLE_NAME, projection, selection, selectionArgs, null, null,
91 @Nullable String[] selectionArgs) {
99 count = db.update(RAW_TABLE_NAME, cv, selection, selectionArgs);
103 count = db.delete(RAW_TABLE_NAME, selection, selectionArgs);
74 query(@onNull Uri uri, @Nullable String[] projection, @Nullable String selection, @Nullable String[] selectionArgs, @Nullable String sortOrder) argument
90 delete(@onNull Uri uri, @Nullable String selection, @Nullable String[] selectionArgs) argument
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java99 String selection, String[] selectionArgs, String sortOrder) {
105 TestCase.assertEquals(1, selectionArgs.length);
106 final int id = Integer.parseInt(selectionArgs[0]);
115 String selection, String[] selectionArgs, String sortOrder) {
119 TestCase.assertNull(selectionArgs);
98 queryEntities(Uri uri, String selection, String[] selectionArgs, String sortOrder) argument
114 query(Uri uri,String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DSharingSupportProvider.java45 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
65 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
70 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DSharingSupportProvider.java45 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
65 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
70 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java53 public String[] selectionArgs; field in class:AsyncQueryHandler.WorkerArgs
80 args.selection, args.selectionArgs,
101 args.selectionArgs);
105 args.result = resolver.delete(args.uri, args.selection, args.selectionArgs);
157 * @param selectionArgs You may include ?s in selection, which will be
158 * replaced by the values from selectionArgs, in the order that they
165 String[] projection, String selection, String[] selectionArgs,
176 args.selectionArgs = selectionArgs;
234 ContentValues values, String selection, String[] selectionArgs) {
164 startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
233 startUpdate(int token, Object cookie, Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
261 startDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs) argument
[all...]
H A DCursorLoader.java134 String[] selectionArgs, String sortOrder) {
140 mSelectionArgs = selectionArgs;
218 public void setSelectionArgs(String[] selectionArgs) { argument
219 mSelectionArgs = selectionArgs;
133 CursorLoader(Context context, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java85 String[] selectionArgs, String sort) {
104 Cursor ret = qb.query(db, projectionIn, selection, selectionArgs,
84 query(Uri url, String[] projectionIn, String selection, String[] selectionArgs, String sort) argument

Completed in 1113 milliseconds

123