Searched refs:participant (Results 1 – 5 of 5) sorted by relevance
99 Bundle participant = parseParticipant(parser); in parse() local100 conferenceState.mParticipants.put(participant.getString( in parse()101 ImsConferenceState.ENDPOINT), participant); in parse() local
117 ConferenceParticipant participant =120 participant.setConnectTime(connectTime);121 participant.setConnectElapsedTime(elapsedRealTime);122 return participant;
648 Bundle participant = new Bundle(); in injectConferenceState() local649 participant.putString(ImsConferenceState.USER, "sip:6505551212@fakeims.com"); in injectConferenceState()650 participant.putString(ImsConferenceState.DISPLAY_TEXT, "yuck"); in injectConferenceState()651 participant.putString(ImsConferenceState.ENDPOINT, "sip:6505551212@fakeims.com"); in injectConferenceState()652 participant.putString(ImsConferenceState.STATUS, "connected"); in injectConferenceState()653 state.mParticipants.put("sip:6505551212@fakeims.com", participant); in injectConferenceState()
2476 @NonNull ConferenceParticipant participant) { in findConnectionTimeUsePhoneNumber()2478 if (PhoneConstants.PRESENTATION_ALLOWED == participant.getParticipantPresentation()) { in findConnectionTimeUsePhoneNumber()2479 if (participant.getHandle() == null in findConnectionTimeUsePhoneNumber()2480 || participant.getHandle().getSchemeSpecificPart() == null) { in findConnectionTimeUsePhoneNumber()2484 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber()4204 for (ConferenceParticipant participant : participants) {4206 CacheEntry cachedConnectTime = findConnectionTimeUsePhoneNumber(participant);4208 participant.setConnectTime(cachedConnectTime.mConnectTime);4209 participant.setConnectElapsedTime(cachedConnectTime.mConnectElapsedTime);4210 participant.setCallDirection(cachedConnectTime.mCallDirection);
1236 final WindowContainer<?> participant = mParticipants.valueAt(i); in finishTransition() local1237 final ActivityRecord ar = participant.asActivityRecord(); in finishTransition()1314 if (participant.asDisplayContent() != null) { in finishTransition()1318 final Task tr = participant.asTask(); in finishTransition()2150 WindowContainer participant = mParticipants.valueAt(i); in shouldWallpaperBeVisible() local2151 if (participant.showWallpaper()) return true; in shouldWallpaperBeVisible()