Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java115 protected int mParticipantCount = 0; field in ImsCallingBase
553 mParticipantCount = children.size(); in onChildrenChanged()
DImsCallingTest.java1744 return (mParticipantCount == count) ? true : false; in assertParticiapantAddedToConference()