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

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java173 * @param newCall the call object that is merged with an active & hold call
175 public void onCallMerged(ImsCall call, ImsCall newCall) { argument
176 onCallStateChanged(call, newCall);
225 * @param newCall the call object that is extended to the conference from the active call
227 public void onCallConferenceExtended(ImsCall call, ImsCall newCall) { argument
228 onCallStateChanged(call, newCall);
247 * @param newCall the call object that is extended to the conference from the active call
249 public void onCallConferenceExtendReceived(ImsCall call, ImsCall newCall) { argument
250 onCallStateChanged(call, newCall);
346 * @param newCall th
348 onCallStateChanged(ImsCall call, ImsCall newCall) argument
[all...]

Completed in 48 milliseconds