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.java218 final Uri uri = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account); in createGroup()
479 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath( in insertStreamItem()
487 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath( in insertStreamItemPhoto()
DContactsProvider2Test.java1331 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(dataUri1, account1); in testRawContactDataQuery()
1332 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(dataUri2, account2); in testRawContactDataQuery()
4200 Uri profileUri = TestUtil.maybeAddAccountQueryParameters(Profile.CONTENT_RAW_CONTACTS_URI, in testInsertProfileWithDataSetTriggersAccountCreation()
4284 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account1); in testGroupQuery()
4285 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account2); in testGroupQuery()
4542 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account1); in testSettingsQuery()
4543 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account2); in testSettingsQuery()
6310 TestUtil.maybeAddAccountQueryParameters(RawContactsEntity.CONTENT_URI, mAccount), in testContentEntityIterator()
6440 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(RawContacts.CONTENT_URI, account1); in testRawContactQuery()
6441 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(RawContacts.CONTENT_URI, account2); in testRawContactQuery()
[all …]