Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DTestUtil.java45 public static Uri maybeAddAccountQueryParameters(Uri uri, Account account) { in maybeAddAccountQueryParameters() method in TestUtil
DRawContactUtil.java94 final Uri uri = TestUtil.maybeAddAccountQueryParameters( in createRawContact()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java210 final Uri uri = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account); in createGroup()
471 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath( in insertStreamItem()
479 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath( in insertStreamItemPhoto()
DContactsProvider2Test.java1270 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(dataUri1, account1); in testRawContactDataQuery()
1271 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(dataUri2, account2); in testRawContactDataQuery()
4228 Uri profileUri = TestUtil.maybeAddAccountQueryParameters(Profile.CONTENT_RAW_CONTACTS_URI, in testInsertProfileWithDataSetTriggersAccountCreation()
4312 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account1); in testGroupQuery()
4313 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account2); in testGroupQuery()
4570 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account1); in testSettingsQuery()
4571 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account2); in testSettingsQuery()
6314 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 …]