HomeSort by relevance Sort by last modified time
    Searched defs:getSelfParticipantsCountExcludingDefault (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
SelfParticipantsData.java 85 public int getSelfParticipantsCountExcludingDefault(final boolean activeOnly) {
ConversationData.java 571 public int getSelfParticipantsCountExcludingDefault(final boolean activeOnly) {
572 return mSelfParticipantsData.getSelfParticipantsCountExcludingDefault(activeOnly);
    [all...]

Completed in 490 milliseconds