Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DConferenceManagerFragment.java65 conferenceParticipantList = (ListView) parent.findViewById(R.id.participantList); in onCreateView()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java1867 final ArrayList<String> participantList = new ArrayList<String>(1); in refreshConversationsForParticipant() local
1868 participantList.add(participantId); in refreshConversationsForParticipant()
1869 refreshConversationsForParticipants(participantList); in refreshConversationsForParticipant()