Searched defs:newCall (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java257 * @param newCall the call object that is extended to the conference from the active call
259 public void onCallConferenceExtended(ImsCall call, ImsCall newCall) { argument
279 * @param newCall the call object that is extended to the conference from the active call
281 public void onCallConferenceExtendReceived(ImsCall call, ImsCall newCall) { argument
2774 ImsCall newCall = createNewCall(newSession, profile);
2776 if (newCall == null) {
2790 listener.onCallConferenceExtended(ImsCall.this, newCall);
2836 ImsCall newCall = createNewCall(newSession, profile);
2838 if (newCall == null) {
2851 listener.onCallConferenceExtendReceived(ImsCall.this, newCall);
[all...]

Completed in 68 milliseconds