Home
last modified time | relevance | path

Searched refs:maybeAddAccountQueryParameters (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
DTestUtil.java44 public static Uri maybeAddAccountQueryParameters(Uri uri, Account account) { in maybeAddAccountQueryParameters() method in TestUtil
DRawContactUtil.java80 final Uri uri = TestUtil.maybeAddAccountQueryParameters( in createRawContact()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java236 final Uri uri = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account); in createGroup()
497 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath( in insertStreamItem()
505 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath( in insertStreamItemPhoto()
DContactsProvider2Test.java1550 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(dataUri1, account1); in testRawContactDataQuery()
1551 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(dataUri2, account2); in testRawContactDataQuery()
4092 Uri profileUri = TestUtil.maybeAddAccountQueryParameters(Profile.CONTENT_RAW_CONTACTS_URI, in testInsertProfileWithDataSetTriggersAccountCreation()
4176 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account1); in testGroupQuery()
4177 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account2); in testGroupQuery()
4434 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account1); in testSettingsQuery()
4435 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account2); in testSettingsQuery()
6321 TestUtil.maybeAddAccountQueryParameters(RawContactsEntity.CONTENT_URI, mAccount), in testContentEntityIterator()
6451 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(RawContacts.CONTENT_URI, account1); in testRawContactQuery()
6452 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(RawContacts.CONTENT_URI, account2); in testRawContactQuery()
[all …]