D | BaseContactsProvider2Test.java | 197 protected long createGroup(Account account, String sourceId, String title) { in createGroup() method in BaseContactsProvider2Test 198 return createGroup(account, sourceId, title, 1, false, false); in createGroup() 201 protected long createGroup(Account account, String sourceId, String title, int visible) { in createGroup() method in BaseContactsProvider2Test 202 return createGroup(account, sourceId, title, visible, false, false); in createGroup() 206 return createGroup(account, "auto", "auto", in createAutoAddGroup() 210 protected long createGroup(Account account, String sourceId, String title, in createGroup() method in BaseContactsProvider2Test 1620 final long groupId = createGroup(mAccount, "gsid1", "title1"); in build()
|