Searched refs:countSelf (Results 1 – 1 of 1) sorted by relevance
123 int countSelf = 0; in testGetOrCreateConversation() local127 countSelf++; in testGetOrCreateConversation()133 assertEquals("Expect one self participant in conversations", 1, countSelf); in testGetOrCreateConversation()134 assertEquals("Cursor count mismatch", recipients.size(), cursor.getCount() - countSelf); in testGetOrCreateConversation()