Home
last modified time | relevance | path

Searched refs:withSelection (Results 1 – 14 of 14) sorted by relevance

/packages/providers/TvProvider/src/com/android/providers/tv/
DPackageRemovedReceiver.java72 .withSelection(selection, selectionArgs) in onReceive()
77 .withSelection(selection, selectionArgs) in onReceive()
82 .withSelection(selection, selectionArgs) in onReceive()
DPackageChangedReceiver.java63 .withSelection(ProgramsSelection, ProgramsSelectionArgs).build()); in onReceive()
66 .withSelection(ProgramsSelection, ProgramsSelectionArgs).build()); in onReceive()
74 .withSelection(ChannelsSelection, ChannelsSelectionArgs).build()); in onReceive()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java443 builder.withSelection(RawContacts._ID + "=" + beforeId, null); in buildAssertHelper()
519 builder.withSelection(RawContacts._ID + "=?", new String[1]); in buildDiff()
593 builder.withSelection(RawContacts._ID + "=?", new String[1]); in buildDiffWrapper()
606 builder.withSelection(RawContacts._ID + "=" + beforeId, null); in buildSetAggregationMode()
DValuesDelta.java445 builder.withSelection(mIdColumn + "=" + getId(), null); in buildDiffHelper()
449 builder.withSelection(mIdColumn + "=" + getId(), null); in buildDiffHelper()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestSyncAdapter.java76 .withSelection(RawContacts._ID+"=?", new String[] { rawContactId }) in onPerformSync()
/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DMutationApplier.java120 .withSelection(whereClause, whereArgs) in applyToDatabaseInternal()
/packages/apps/Dialer/java/com/android/dialer/calllog/
DCallLogCacheUpdater.java135 .withSelection(
/packages/apps/Dialer/java/com/android/dialer/blocking/
DBlocking.java124 .withSelection(selection.getSelection(), selection.getSelectionArgs()) in unblock()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1356 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1361 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1398 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1403 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1440 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
1445 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
DContactAggregator2Test.java1354 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1359 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1396 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1401 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1438 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
1443 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java95 public Query withSelection(String selection, String... selectionArgs) { in withSelection() method in MockContentProvider.Query
329 public Delete withSelection(String selection, @Nullable String[] selectionArgs) { in withSelection() method in MockContentProvider.Delete
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java392 .withSelection(selection.toString(), selectionArgs)
398 .withSelection(Groups._ID + "=" + this.getId(), null)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java248 return ContentProviderOperation.newAssertQuery(Contacts.CONTENT_URI).withSelection( in buildVisibleAssert()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java975 assertBuilder.withSelection(Data.RAW_CONTACT_ID + "=? AND " + in addMembersToGroup()