Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DGetOrCreateConversationActionTest.java125 int countSelf = 0; in testGetOrCreateConversation() local
129 countSelf++; in testGetOrCreateConversation()
135 assertEquals("Expect one self participant in conversations", 1, countSelf); in testGetOrCreateConversation()
136 assertEquals("Cursor count mismatch", recipients.size(), cursor.getCount() - countSelf); in testGetOrCreateConversation()