Home
last modified time | relevance | path

Searched refs:withSelection (Results 1 – 17 of 17) 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/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarCleaner.java107 .withSelection(ATTENDEES_EVENT_ID_SELECTION, in buildCalendarDeletionOps()
115 .withSelection(EVENTS_CALENDAR_ID_SELECTION, calendarIdArgs) in buildCalendarDeletionOps()
120 .withSelection(CALENDARS_ID_SELECTION, calendarIdArgs) in buildCalendarDeletionOps()
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1457 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1462 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1499 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1504 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1541 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
1546 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
DContactAggregator2Test.java1465 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1470 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeInitializedAsSuspended()
1507 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1512 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeUpdatedToSuspended()
1549 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
1554 .withSelection(RawContacts._ID + "=?", new String[1]) in testAggregationModeSuspendedOverriddenByAggException()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestSyncAdapter.java76 .withSelection(RawContacts._ID+"=?", new String[] { rawContactId }) in onPerformSync()
/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/Dialer/java/com/android/dialer/calllog/
DCallLogCacheUpdater.java135 .withSelection(
/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DMutationApplier.java120 .withSelection(whereClause, whereArgs) in applyToDatabaseInternal()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DBlocking.java124 .withSelection(selection.getSelection(), selection.getSelectionArgs()) in unblock()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DSimContactsTestHelper.java96 .withSelection(getWriteSelection(contact), null) in deleteAllSimContacts()
/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.java247 return ContentProviderOperation.newAssertQuery(Contacts.CONTENT_URI).withSelection( in buildVisibleAssert()
DContactMetadataProviderTest.java432 .withSelection(SELECTION_BY_TEST_ACCOUNT2, null) in testBatchOperations()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java971 assertBuilder.withSelection(Data.RAW_CONTACT_ID + "=? AND " + in addMembersToGroup()