Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DGetOrCreateConversationActionTest.java123 int countSelf = 0; in testGetOrCreateConversation() local
127 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()