Home
last modified time | relevance | path

Searched refs:CONTENT_URI (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java71 Uri uri = mResolver.insert(People.CONTENT_URI, values); in testPeopleInsert()
73 assertSelection(People.CONTENT_URI, values, "people", People._ID, ContentUris.parseId(uri)); in testPeopleInsert()
80 Uri uri = mResolver.insert(People.CONTENT_URI, values); in testPeopleUpdate()
83 assertSelection(People.CONTENT_URI, values, "people", People._ID, personId); in testPeopleUpdate()
92 mResolver.update(People.CONTENT_URI, values, People._ID + "=" + personId, null); in testPeopleUpdate()
99 Uri personId = mResolver.insert(People.CONTENT_URI, values); in testPeopleDelete()
116 mResolver.insert(People.CONTENT_URI, values); in testPeopleFilter()
120 mResolver.insert(People.CONTENT_URI, values); in testPeopleFilter()
124 mResolver.insert(People.CONTENT_URI, values); in testPeopleFilter()
135 Uri personUri = mResolver.insert(People.CONTENT_URI, values); in testDefaultDisplayName()
[all …]
DContactsProvider2Test.java126 assertProjection(Contacts.CONTENT_URI, new String[]{ in testContactsProjection()
303 assertProjection(RawContacts.CONTENT_URI, new String[]{ in testRawContactsProjection()
342 assertProjection(Data.CONTENT_URI, new String[]{ in testDataProjection()
509 Uri.withAppendedPath(ContentUris.withAppendedId(Contacts.CONTENT_URI, 0), in testEntityProjection()
604 assertProjection(RawContactsEntity.CONTENT_URI, new String[]{ in testRawEntityProjection()
704 assertProjection(Groups.CONTENT_URI, new String[]{ in testGroupsProjection()
763 assertProjection(AggregationExceptions.CONTENT_URI, new String[]{ in testAggregateExceptionProjection()
772 assertProjection(Settings.CONTENT_URI, new String[]{ in testSettingsProjection()
785 assertProjection(StatusUpdates.CONTENT_URI, new String[]{ in testStatusUpdatesProjection()
803 assertProjection(Directory.CONTENT_URI, new String[]{ in testDirectoryProjection()
[all …]
DContactLookupKeyTest.java55 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), in testLookupKeyUsingDisplayNameAndNoAccount()
73 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123"); in testLookupKeyUsingSourceIdAndNoAccount()
76 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6"); in testLookupKeyUsingSourceIdAndNoAccount()
79 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar"); in testLookupKeyUsingSourceIdAndNoAccount()
90 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), in testLookupKeyUsingSourceIdAndNoAccount()
99 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_TYPE, "foo"); in testLookupKeySameSourceIdDifferentAccounts()
100 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_NAME, "FOO"); in testLookupKeySameSourceIdDifferentAccounts()
101 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testLookupKeySameSourceIdDifferentAccounts()
104 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_TYPE, "bar"); in testLookupKeySameSourceIdDifferentAccounts()
105 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_NAME, "BAR"); in testLookupKeySameSourceIdDifferentAccounts()
[all …]
DBaseContactsProvider2Test.java206 final Uri uri = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account); in createGroup()
225 mResolver.insert(Settings.CONTENT_URI, values); in createSettings()
248 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertOrganization()
284 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertPhoneNumber()
321 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertEmail()
338 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertSipAddress()
349 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertNickname()
359 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertPostalAddress()
366 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertPostalAddress()
375 Uri resultUri = mResolver.insert(Data.CONTENT_URI, values); in insertPhoto()
[all …]
DGroupsTest.java149 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, in testGroupDirtySetOnChange()
157 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, in testMarkAsDirtyParameter()
169 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, in testGroupDirtyClearedWhenSetExplicitly()
183 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId); in testGroupDeletion1()
197 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId); in testGroupDeletion2()
206 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, in testGroupVersionUpdates()
237 final Cursor cursor = mResolver.query(Contacts.CONTENT_URI, new String[] { in assertContactVisible()
247 return ContentProviderOperation.newAssertQuery(Contacts.CONTENT_URI).withSelection( in buildVisibleAssert()
256 final Uri groupUri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId); in testDelayVisibleTransaction()
261 final Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); in testDelayVisibleTransaction()
[all …]
DCallLogProviderTest.java97 Uri uri = mResolver.insert(Calls.CONTENT_URI, values); in testInsert_RegularCallRecord()
119 mResolver.insert(Calls.CONTENT_URI, values); in testInsert_VoicemailCallRecord()
155 int count = mResolver.delete(Calls.CONTENT_URI, Calls._ID + "=" in testDelete()
163 mResolver.insert(Calls.CONTENT_URI, values); in testCallLogFilter()
225 assertEquals(2, getCount(Calls.CONTENT_URI, null, null)); in testDifferentContentUris()
233 Uri uri = Calls.CONTENT_URI.buildUpon() in testLimitParamReturnsCorrectLimit()
241 mResolver.insert(Calls.CONTENT_URI, getDefaultValues(Calls.INCOMING_TYPE)); in testLimitAndOffsetParamReturnsCorrectEntries()
244 mResolver.insert(Calls.CONTENT_URI, getDefaultValues(Calls.MISSED_TYPE)); in testLimitAndOffsetParamReturnsCorrectEntries()
247 Uri uri = Calls.CONTENT_URI.buildUpon() in testLimitAndOffsetParamReturnsCorrectEntries()
277 Uri uri = Calls.CONTENT_URI.buildUpon() in assertParamThrowsIllegalArgumentException()
[all …]
DContactsProvider2TransactionTest.java67 mResolver.insert(RawContacts.CONTENT_URI, values); in testTransactionCallback_insert()
93 mResolver.insert(RawContacts.CONTENT_URI, values); in testTransactionCallback_update()
101 assertTrue(mResolver.update(RawContacts.CONTENT_URI, values, null, null) > 0); in testTransactionCallback_update()
127 mResolver.insert(RawContacts.CONTENT_URI, values); in testTransactionCallback_delete()
132 assertTrue(mResolver.delete(RawContacts.CONTENT_URI, null, null) > 0); in testTransactionCallback_delete()
157 mResolver.bulkInsert(RawContacts.CONTENT_URI, new ContentValues[] {values}); in testTransactionCallback_bulkInsert()
180 b = ContentProviderOperation.newInsert(RawContacts.CONTENT_URI); in addInsertContactOperations()
185 b = ContentProviderOperation.newInsert(Data.CONTENT_URI); in addInsertContactOperations()
198 assertStoredValues(Contacts.CONTENT_URI, cv( in checkStoredContact()
214 b = ContentProviderOperation.newInsert(Data.CONTENT_URI); in addInsertProfileOperations()
[all …]
DContactDirectoryManagerTest.java176 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testScanAllProviders()
214 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageInstalled()
232 cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageInstalled()
274 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageUninstalled()
283 cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageUninstalled()
320 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageReplaced()
332 cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageReplaced()
378 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageRenamed()
397 cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testPackageRenamed()
445 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null); in testAccountRemoval()
[all …]
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java159 ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId), in getMessageCount()
318 return Account.CONTENT_URI.buildUpon().appendEncodedPath("" + account.mId).build(); in getEclairStyleShortcutUri()
368 c = mMockContext.getContentResolver().query(Mailbox.CONTENT_URI, in getUnreadCount()
390 c = mMockContext.getContentResolver().query(EmailContent.Body.CONTENT_URI, in loadBodyForMessageId()
483 c = mMockContext.getContentResolver().query(Attachment.CONTENT_URI, in testMessageWithAttachment()
535 c = mMockContext.getContentResolver().query(Attachment.CONTENT_URI, in testMessageSaveWithJustAttachments()
621 int numBoxes = EmailContent.count(mMockContext, Account.CONTENT_URI, null, null); in testAccountDelete()
625 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, account1Id); in testAccountDelete()
629 numBoxes = EmailContent.count(mMockContext, Account.CONTENT_URI, null, null); in testAccountDelete()
633 uri = ContentUris.withAppendedId(Account.CONTENT_URI, account2Id); in testAccountDelete()
[all …]
DAccountBackupRestoreTests.java98 assertEquals(2, EmailContent.count(mMockContext, Account.CONTENT_URI)); in testBackupAndRestore()
99 assertEquals(4, EmailContent.count(mMockContext, HostAuth.CONTENT_URI)); in testBackupAndRestore()
106 cr.delete(Account.CONTENT_URI, null, null); in testBackupAndRestore()
107 cr.delete(HostAuth.CONTENT_URI, null, null); in testBackupAndRestore()
110 assertEquals(0, EmailContent.count(mMockContext, Account.CONTENT_URI)); in testBackupAndRestore()
111 assertEquals(0, EmailContent.count(mMockContext, HostAuth.CONTENT_URI)); in testBackupAndRestore()
119 assertEquals(2, EmailContent.count(mMockContext, Account.CONTENT_URI)); in testBackupAndRestore()
120 assertEquals(4, EmailContent.count(mMockContext, HostAuth.CONTENT_URI)); in testBackupAndRestore()
123 Cursor c = cr.query(Account.CONTENT_URI, Account.CONTENT_PROJECTION, null, null, "_id ASC"); in testBackupAndRestore()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java146 new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI)); in onListItemClick()
151 new Intent(Intent.ACTION_PICK, People.CONTENT_URI)); in onListItemClick()
156 new Intent(Intent.ACTION_PICK, Phone.CONTENT_URI)); in onListItemClick()
161 new Intent(Intent.ACTION_PICK, Phones.CONTENT_URI)); in onListItemClick()
166 new Intent(Intent.ACTION_PICK, StructuredPostal.CONTENT_URI)); in onListItemClick()
177 new Intent(Intent.ACTION_PICK, Email.CONTENT_URI)); in onListItemClick()
283 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); in onListItemClick()
296 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); in onListItemClick()
303 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); in onListItemClick()
314 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); in onListItemClick()
[all …]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java148 public static Uri CONTENT_URI; field in EmailContent
178 CONTENT_URI = Uri.parse("content://" + AUTHORITY); in init()
474 public static Uri CONTENT_URI; field in EmailContent.Body
477 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/body"); in initBody()
507 mBaseUri = CONTENT_URI; in Body()
540 Cursor c = context.getContentResolver().query(Body.CONTENT_URI, in restoreBodyWithMessageId()
551 return Utility.getFirstRowLong(context, Body.CONTENT_URI, in lookupBodyIdWithMessageId()
567 resolver.insert(CONTENT_URI, values); in updateBodyWithMessageId()
569 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId); in updateBodyWithMessageId()
576 return Utility.getFirstRowLong(context, Body.CONTENT_URI, in restoreBodySourceKey()
[all …]
DMailbox.java79 public static Uri CONTENT_URI; field in Mailbox
83 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/mailbox"); in initMailbox()
84 MESSAGE_COUNT_URI = Uri.parse(EmailContent.CONTENT_URI + "/mailboxCount"); in initMailbox()
414 mBaseUri = CONTENT_URI; in Mailbox()
458 Mailbox.CONTENT_URI, Mailbox.CONTENT_PROJECTION, id); in restoreMailboxWithId()
514 Mailbox.CONTENT_URI, in restoreMailboxForPath()
577 mBaseUri = CONTENT_URI; in restore()
667 return Utility.getFirstRowLong(context, Mailbox.CONTENT_URI, in findMailboxOfType()
702 final Uri url = ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId); in getMailboxType()
711 final Uri url = ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId); in getDisplayName()
[all …]
DMessageMove.java29 public static Uri CONTENT_URI; field in MessageMove
106 CONTENT_URI = EmailContent.CONTENT_URI.buildUpon().appendEncodedPath(PATH).build(); in init()
121 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionMoveQuery.PROJECTION, accountId); in getMoves()
179 deleteRowsForMessages(cr, CONTENT_URI, unmovedMessages, unmovedMessagesCount); in getMoves()
195 deleteRowsForMessages(cr, CONTENT_URI, messageKeys, count); in upsyncSuccessful()
206 retryMessages(cr, CONTENT_URI, messageKeys, count); in upsyncRetry()
217 failMessages(cr, CONTENT_URI, messageKeys, count); in upsyncFail()
230 final Cursor moveCursor = cr.query(CONTENT_URI, ProjectionLastSyncedMailboxQuery.PROJECTION, in getLastSyncedMailboxForMessage()
247 EmailContent.Message.CONTENT_URI, messageId), in getLastSyncedMailboxForMessage()
DAccount.java115 public static Uri CONTENT_URI; field in Account
120 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/account"); in initAccount()
121 RESET_NEW_MESSAGE_COUNT_URI = Uri.parse(EmailContent.CONTENT_URI + "/resetNewMessageCount"); in initAccount()
200 mBaseUri = CONTENT_URI; in Account()
215 Account.CONTENT_URI, Account.CONTENT_PROJECTION, id, observer); in restoreAccountWithId()
224 final Cursor c = context.getContentResolver().query(CONTENT_URI, in restoreAccountWithAddress()
243 return Account.CONTENT_URI; in getContentNotificationUri()
266 mBaseUri = CONTENT_URI; in restore()
477 CONTENT_URI, ID_PROJECTION, null, null, null); in getDefaultAccountId()
570 return null != Utility.getFirstRowLong(context, CONTENT_URI, ID_PROJECTION, in isValidId()
[all …]
DMailboxUtilities.java74 Cursor childCursor = resolver.query(Mailbox.CONTENT_URI, in setFlagsAndChildrensParentKey()
84 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId), in setFlagsAndChildrensParentKey()
99 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, parentId), in setFlagsAndChildrensParentKey()
112 Cursor cursor = context.getContentResolver().query(Mailbox.CONTENT_URI, in setFlagsAndChildrensParentKey()
142 resolver.query(Mailbox.CONTENT_URI, Mailbox.CONTENT_PROJECTION, in fixupUninitializedParentKeys()
162 resolver.update(Mailbox.CONTENT_URI, values, noParentKeySelection, null); in fixupUninitializedParentKeys()
173 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId), cv, null, null); in setAccountSyncAdapterFlag()
214 resolver.update(Mailbox.CONTENT_URI, values, accountSelector, null); in checkMailboxConsistency()
256 Cursor c = resolver.query(Mailbox.CONTENT_URI, HIERARCHY_PROJECTION, accountSelector, in setupHierarchicalNames()
272 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, id), values, null, in setupHierarchicalNames()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java98 private Uri mEventsUri = Events.CONTENT_URI;
99 private Uri mCalendarsUri = Calendars.CONTENT_URI;
1113 Uri uri = CalendarContract.Colors.CONTENT_URI; in insertColor()
1120 Uri uri = CalendarContract.Colors.CONTENT_URI; in updateAndCheckColor()
1243 Uri uri = updatedUri(ContentUris.withAppendedId(Events.CONTENT_URI, id), true, account, in deleteMatchingEvents()
1312 Uri uri = ContentUris.withAppendedId(Events.CONTENT_URI, id); in updateMatchingEvents()
1337 Uri uri = ContentUris.withAppendedId(Events.CONTENT_URI, id); in updateMatchingEventsStatusOnly()
1425 Uri colSyncUri = asSyncAdapter(Colors.CONTENT_URI, DEFAULT_ACCOUNT, in testInsertUpdateDeleteColor()
1435 Cursor cursor = mResolver.query(Colors.CONTENT_URI, new String[] {Colors.COLOR_KEY}, in testInsertUpdateDeleteColor()
1444 cursor = mResolver.query(Colors.CONTENT_URI, new String[] {Colors.COLOR_KEY}, in testInsertUpdateDeleteColor()
[all …]
/packages/apps/FMRadio/src/com/android/fmradio/
DFmStation.java54 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/" + STATION); field in FmStation.Station
98 context.getContentResolver().insert(Station.CONTENT_URI, values); in insertStationToDb()
117 context.getContentResolver().insert(Station.CONTENT_URI, values); in insertStationToDb()
127 context.getContentResolver().insert(Station.CONTENT_URI, values); in insertStationToDb()
142 Station.CONTENT_URI, in updateStationToDb()
157 Station.CONTENT_URI, in updateStationToDb()
171 Station.CONTENT_URI, in deleteStationInDb()
189 Station.CONTENT_URI, in isStationExist()
245 Station.CONTENT_URI, in getStationName()
278 Station.CONTENT_URI, in isFavoriteStation()
[all …]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java233 return buildOper(RawContacts.CONTENT_URI, TYPE_ASSERT, values); in buildAssertVersion()
239 return buildOper(RawContacts.CONTENT_URI, TYPE_UPDATE, values); in buildAggregationModeUpdate()
254 return buildOper(AggregationExceptions.CONTENT_URI, TYPE_UPDATE, values); in buildUpdateAggregationKeepTogether()
296 if (AggregationExceptions.CONTENT_URI.equals(oper.getUri()) in countExceptionUpdates()
384 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
392 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert()
409 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteDelete()
418 buildOper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(phone, CONTACT_BOB)), in testMergeDataLocalUpdateRemoteDelete()
435 buildDelete(Data.CONTENT_URI), in testMergeDataLocalDeleteRemoteUpdate()
443 buildDelete(Data.CONTENT_URI), in testMergeDataLocalDeleteRemoteUpdate()
[all …]
DRawContactDeltaTests.java155 final Builder builder = values.buildDiff(Data.CONTENT_URI); in testValuesDiffDelete()
199 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testEntityDiffNoneInsert()
204 assertEquals("Incorrect target", Data.CONTENT_URI, oper.getUri()); in testEntityDiffNoneInsert()
209 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testEntityDiffNoneInsert()
239 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testEntityDiffUpdateInsert()
244 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testEntityDiffUpdateInsert()
249 assertEquals("Incorrect target", Data.CONTENT_URI, oper.getUri()); in testEntityDiffUpdateInsert()
254 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testEntityDiffUpdateInsert()
278 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testEntityDiffNoneUpdate()
283 assertEquals("Incorrect target", Data.CONTENT_URI, oper.getUri()); in testEntityDiffNoneUpdate()
[all …]
DRawContactModifierTests.java360 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testTrimEmptySingle()
365 assertEquals("Incorrect target", Data.CONTENT_URI, oper.getUri()); in testTrimEmptySingle()
370 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testTrimEmptySingle()
381 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testTrimEmptySingle()
400 RawContactDeltaListTests.buildOper(Data.CONTENT_URI, TYPE_INSERT, in testTrimEmptySpaces()
408 RawContactDeltaListTests.buildDelete(RawContacts.CONTENT_URI)); in testTrimEmptySpaces()
426 RawContactDeltaListTests.buildOper(Data.CONTENT_URI, TYPE_INSERT, in testTrimLeaveValid()
435 RawContactDeltaListTests.buildOper(Data.CONTENT_URI, TYPE_INSERT, in testTrimLeaveValid()
491 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri()); in testTrimEmptyAfterUpdate()
496 assertEquals("Incorrect target", Data.CONTENT_URI, oper.getUri()); in testTrimEmptyAfterUpdate()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java91 Cursor c = mResolver.query(AggregationExceptions.CONTENT_URI, in testCrudAggregationExceptions()
105 c = mResolver.query(AggregationExceptions.CONTENT_URI, AGGREGATION_EXCEPTION_PROJECTION, in testCrudAggregationExceptions()
120 c = mResolver.query(AggregationExceptions.CONTENT_URI, AGGREGATION_EXCEPTION_PROJECTION, in testCrudAggregationExceptions()
1169 ContentUris.withAppendedId(Data.CONTENT_URI, normalEarthDataId), in testChooseLargerPhotoByDimensions()
1191 ContentUris.withAppendedId(Data.CONTENT_URI, nebulaDataId), in testChooseLargerPhotoByFileSize()
1214 ContentUris.withAppendedId(Data.CONTENT_URI, normalEarthDataId), in testChooseFilePhotoOverThumbnail()
1241 ContentUris.withAppendedId(Data.CONTENT_URI, cupcakeEarthDataId), in testFallbackToAccountPriorityForSamePhoto()
1377 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
1382 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions()
1389 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
[all …]
DContactAggregator2Test.java91 Cursor c = mResolver.query(AggregationExceptions.CONTENT_URI, in testCrudAggregationExceptions()
105 c = mResolver.query(AggregationExceptions.CONTENT_URI, AGGREGATION_EXCEPTION_PROJECTION, in testCrudAggregationExceptions()
120 c = mResolver.query(AggregationExceptions.CONTENT_URI, AGGREGATION_EXCEPTION_PROJECTION, in testCrudAggregationExceptions()
1178 ContentUris.withAppendedId(Data.CONTENT_URI, normalEarthDataId), in testChooseLargerPhotoByDimensions()
1200 ContentUris.withAppendedId(Data.CONTENT_URI, nebulaDataId), in testChooseLargerPhotoByFileSize()
1223 ContentUris.withAppendedId(Data.CONTENT_URI, normalEarthDataId), in testChooseFilePhotoOverThumbnail()
1250 ContentUris.withAppendedId(Data.CONTENT_URI, cupcakeEarthDataId), in testFallbackToAccountPriorityForSamePhoto()
1386 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
1391 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions()
1398 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java271 operations.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI) in createRawContact()
281 operations.add(ContentProviderOperation.newInsert(Data.CONTENT_URI) in createRawContact()
414 Cursor c = resolver.query(Profile.CONTENT_URI, in saveContact()
430 final Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, in saveContact()
479 : RawContactsEntity.CONTENT_URI, in saveContact()
531 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId), in saveUpdatedPhoto()
565 RawContacts.CONTENT_URI.getEncodedPath())) { in getInsertedRawContactId()
620 final Uri groupUri = resolver.insert(Groups.CONTENT_URI, values); in createGroup()
674 final Uri groupUri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId); in renameGroup()
700 ContentUris.withAppendedId(Groups.CONTENT_URI, groupId), null, null); in deleteGroup()
[all …]
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java243 b = ContentProviderOperation.newInsert(Attendees.CONTENT_URI).withValues(mExpectedValues); in addOwnerAttendeeToOps()
252 b = ContentProviderOperation.newInsert(Attendees.CONTENT_URI).withValues(mExpectedValues); in addOwnerAttendeeToOps()
267 ContentProviderOperation.newDelete(Attendees.CONTENT_URI); in addAttendeeChangesOps()
280 .newInsert(Attendees.CONTENT_URI) in addAttendeeChangesOps()
309 .newInsert(Attendees.CONTENT_URI) in addTestAttendees()
315 .newInsert(Attendees.CONTENT_URI) in addTestAttendees()
329 .newInsert(Attendees.CONTENT_URI) in addTestAttendees()
335 .newInsert(Attendees.CONTENT_URI) in addTestAttendees()
349 .newInsert(Attendees.CONTENT_URI) in addTestAttendees()
355 .newInsert(Attendees.CONTENT_URI) in addTestAttendees()
[all …]

12345678910>>...16