OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConferenceParticipants
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java
195
private List<ParticipantInfo>
mConferenceParticipants
= new ArrayList<>();
268
return
mConferenceParticipants
.size();
280
return
mConferenceParticipants
.get(position);
345
ParticipantInfo participantInfo =
mConferenceParticipants
.get(position);
481
mConferenceParticipants
.add(participantInfo);
494
mConferenceParticipants
.remove(existingInfo);
510
Collections.sort(
mConferenceParticipants
, new Comparator<ParticipantInfo>() {
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java
77
private List<ConferenceParticipant>
mConferenceParticipants
;
732
logi("getConferenceParticipants ::
mConferenceParticipants
"
733
+
mConferenceParticipants
);
734
return
mConferenceParticipants
;
[
all
...]
Completed in 309 milliseconds