Lines Matching refs:update

203          * Called when the call update is failed.
207 * @param reasonInfo detailed reason of the call update failure
214 * Called when the call update is received from the remote user.
381 // List of update operation for IMS call control
402 // It contains the exclusive call update request. Refer to UPDATE_*.
418 // to the call update. After the application's action (accept/reject) is done,
663 * Checks if the call has a pending update operation.
665 * @return true if the call has a pending update operation
952 // Other call update received
984 // Other call update received
1052 loge("hold :: update is in progress; request=" +
1054 throw new ImsException("Call update is in progress",
1065 // FIXME: update the state on the callback?
1091 loge("resume :: update is in progress; request=" +
1093 throw new ImsException("Call update is in progress",
1123 loge("merge :: update is in progress; request=" +
1125 throw new ImsException("Call update is in progress",
1204 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException {
1206 log("update ::");
1211 log("update :: call is on hold");
1213 throw new ImsException("Not in a call to update call",
1220 log("update :: update is in progress; request=" +
1223 throw new ImsException("Call update is in progress",
1228 loge("update :: ");
1233 mSession.update(callType, mediaProfile);
1259 log("extendToConference :: update is in progress; request=" +
1262 throw new ImsException("Call update is in progress",
2725 * Provides a human-readable string representation of an update request.
2727 * @param updateRequest The update request.