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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
H A DAwareProvider.java38 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
54 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
59 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
H A DUnawareProvider.java38 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
54 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
59 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
H A DAmbiguousContentProvider.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
H A DPermissionContentProvider.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
H A DPermissionContentProviderGranting.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
H A DPermissionContentProviderPath.java18 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
40 String[] selectionArgs, String sortOrder) {
46 String[] selectionArgs) {
39 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
45 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
H A DPermissionContentProviderPathRestricting.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
H A DPrivateContentProvider.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
H A DPrivateContentProviderGranting.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/
H A DAmbiguousContentProvider.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
H A DFeatureProvider.java61 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
77 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
82 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
H A DBasicContentProvider.java34 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
56 String[] selectionArgs, String sortOrder) {
62 String[] selectionArgs) {
55 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
61 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
/cts/hostsidetests/services/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/
H A DDragSourceContentProvider.java43 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
63 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
68 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/cts/tests/tests/telephony/src/android/telephony/cts/
H A DMmsPduProvider.java39 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
58 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
64 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/cts/tests/tests/webkit/src/android/webkit/cts/
H A DMockContentProvider.java46 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
62 String[] selectionArgs, String sortOrder) {
68 String[] selectionArgs) {
61 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
67 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
/cts/tests/JobScheduler/src/android/jobscheduler/
H A DDummyJobContentProvider.java104 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
111 Cursor c = db.query(tbName, projection, selection, selectionArgs, null, null, sortOrder);
131 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
137 int count = db.update(tbName, values, selection, selectionArgs);
148 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
154 int count = db.delete(tbName, selection, selectionArgs);
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
H A DAuthenticatorContentProvider.java125 String[] selectionArgs,
141 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
146 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
121 query( Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
/cts/tests/tests/content/src/android/content/cts/
H A DDummyProvider.java115 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
122 Cursor c = db.query(tbName, projection, selection, selectionArgs, null, null, sortOrder);
162 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
168 int count = db.update(tbName, values, selection, selectionArgs);
179 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
185 int count = db.delete(tbName, selection, selectionArgs);
H A DContentProviderTest.java239 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
260 String[] selectionArgs, String sortOrder) {
266 String[] selectionArgs) {
310 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
330 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
332 return mDb.query("files", projection, selection, selectionArgs, null, null, null);
336 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
259 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
265 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
H A DMockContentProvider.java132 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
143 count = db.delete("TestTable1", selection, selectionArgs);
149 selectionArgs);
152 count = db.delete("TestTable2", selection, selectionArgs);
158 selectionArgs);
235 String[] selectionArgs, String sortOrder) {
236 return query(uri, projection, selection, selectionArgs, sortOrder, null);
241 String[] selectionArgs, String sortOrder, CancellationSignal cancellationSignal) {
291 Cursor c = qb.query(db, projection, selection, selectionArgs, null, null, orderBy,
300 String[] selectionArgs) {
234 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) argument
240 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, CancellationSignal cancellationSignal) argument
299 update(Uri uri, ContentValues values, String selection, String[] selectionArgs) argument
[all...]
H A DAsyncQueryHandlerTest.java276 String selection, String[] selectionArgs, String orderBy, boolean cancelable) {
281 selection, selectionArgs, orderBy);
293 String selection, String[] selectionArgs, boolean cancelable) {
297 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs);
301 String[] selectionArgs, boolean cancelable) {
305 mAsyncHandler.startDelete(token, cookie, uri, selection, selectionArgs);
275 startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy, boolean cancelable) argument
292 startUpdate(int token, Object cookie, Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean cancelable) argument
300 startDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs, boolean cancelable) argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DTestResultsProvider.java134 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
161 return query.query(db, projection, selection, selectionArgs, null, null, sortOrder);
174 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
204 int numUpdated = db.update(TABLE_NAME, values, selection, selectionArgs);
213 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
215 int numDeleted = db.delete(TABLE_NAME, selection, selectionArgs);
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
H A DDirectoryProvider.java106 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
181 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
191 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/cts/tests/tests/provider/src/android/provider/cts/contacts/
H A DDatabaseAsserts.java159 * @param selectionArgs - Selection arguments to use for the query.
167 String[] projection, String selection, String[] selectionArgs, String sortOrder,
169 final Cursor cursor = resolver.query(uri, projection, selection, selectionArgs, sortOrder);
166 assertStoredValuesInUriMatchExactly(ContentResolver resolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, boolean inOrder, ContentValues... expectedValues) argument

Completed in 563 milliseconds