Searched refs:groupId1 (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 3572 long groupId1 = createGroup(account1, "e", "f"); in testGroupQuery() local 3578 assertStoredValue(uri1, Groups._ID + "=" + groupId1, null, Groups._ID, groupId1) ; in testGroupQuery() 3619 long groupId1 = createGroup(mAccount, "gsid1", "title1"); in testGroupReuseAfterMembershipInsert() local 3622 assertSingleGroup(groupId1, mAccount, "gsid1", "title1"); in testGroupReuseAfterMembershipInsert() 3624 rawContactId1, groupId1, "gsid1"); in testGroupReuseAfterMembershipInsert() local 3629 long groupId1 = createGroup(mAccount, "gsid1", "title1"); in testGroupInsertFailureOnGroupIdConflict() local 3635 values.put(GroupMembership.GROUP_ROW_ID, groupId1); in testGroupInsertFailureOnGroupIdConflict() 3648 final long groupId1 = createGroup(account1, "sourceId1", "title1"); in testGroupDelete_byAccountSelection() local 3658 v1.put(Groups._ID, groupId1); in testGroupDelete_byAccountSelection() 3676 final long groupId1 = createGroup(account1, "sourceId1", "title1"); in testGroupDelete_byAccountParam() local [all …]
|