/packages/providers/TvProvider/src/com/android/providers/tv/ |
D | PackageRemovedReceiver.java | 72 .withSelection(selection, selectionArgs) in onReceive() 77 .withSelection(selection, selectionArgs) in onReceive() 82 .withSelection(selection, selectionArgs) in onReceive()
|
D | PackageChangedReceiver.java | 63 .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/ |
D | CalendarCleaner.java | 107 .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/ |
D | RawContactDelta.java | 443 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()
|
D | ValuesDelta.java | 445 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/ |
D | ContactAggregatorTest.java | 1457 .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()
|
D | ContactAggregator2Test.java | 1465 .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/ |
D | TestSyncAdapter.java | 76 .withSelection(RawContacts._ID+"=?", new String[] { rawContactId }) in onPerformSync()
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
D | MockContentProvider.java | 95 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/ |
D | CallLogCacheUpdater.java | 135 .withSelection(
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | MutationApplier.java | 120 .withSelection(whereClause, whereArgs) in applyToDatabaseInternal()
|
/packages/apps/Dialer/java/com/android/dialer/blocking/ |
D | Blocking.java | 124 .withSelection(selection.getSelection(), selection.getSelectionArgs()) in unblock()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | SimContactsTestHelper.java | 96 .withSelection(getWriteSelection(contact), null) in deleteAllSimContacts()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | CustomContactListFilterActivity.java | 392 .withSelection(selection.toString(), selectionArgs) 398 .withSelection(Groups._ID + "=" + this.getId(), null)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GroupsTest.java | 247 return ContentProviderOperation.newAssertQuery(Contacts.CONTENT_URI).withSelection( in buildVisibleAssert()
|
D | ContactMetadataProviderTest.java | 432 .withSelection(SELECTION_BY_TEST_ACCOUNT2, null) in testBatchOperations()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 971 assertBuilder.withSelection(Data.RAW_CONTACT_ID + "=? AND " + in addMembersToGroup()
|