Lines Matching refs:id

128                 int id = miUt.queryCallBarring(cbType);
130 if (id < 0) {
136 mPendingCmds.put(Integer.valueOf(id), result);
157 int id = miUt.queryCallForward(condition, number);
159 if (id < 0) {
165 mPendingCmds.put(Integer.valueOf(id), result);
185 int id = miUt.queryCallWaiting();
187 if (id < 0) {
193 mPendingCmds.put(Integer.valueOf(id), result);
212 int id = miUt.queryCLIR();
214 if (id < 0) {
220 mPendingCmds.put(Integer.valueOf(id), result);
238 int id = miUt.queryCLIP();
240 if (id < 0) {
246 mPendingCmds.put(Integer.valueOf(id), result);
264 int id = miUt.queryCOLR();
266 if (id < 0) {
272 mPendingCmds.put(Integer.valueOf(id), result);
290 int id = miUt.queryCOLP();
292 if (id < 0) {
298 mPendingCmds.put(Integer.valueOf(id), result);
328 int id = miUt.updateCallBarring(cbType, action, barrList);
330 if (id < 0) {
336 mPendingCmds.put(Integer.valueOf(id), result);
358 int id = miUt.updateCallForward(action, condition, number, serviceClass, timeSeconds);
360 if (id < 0) {
366 mPendingCmds.put(Integer.valueOf(id), result);
386 int id = miUt.updateCallWaiting(enable, serviceClass);
388 if (id < 0) {
394 mPendingCmds.put(Integer.valueOf(id), result);
413 int id = miUt.updateCLIR(clirMode);
415 if (id < 0) {
421 mPendingCmds.put(Integer.valueOf(id), result);
440 int id = miUt.updateCLIP(enable);
442 if (id < 0) {
448 mPendingCmds.put(Integer.valueOf(id), result);
467 int id = miUt.updateCOLR(presentation);
469 if (id < 0) {
475 mPendingCmds.put(Integer.valueOf(id), result);
494 int id = miUt.updateCOLP(enable);
496 if (id < 0) {
502 mPendingCmds.put(Integer.valueOf(id), result);
517 int id = miUt.transact(ssInfo);
519 if (id < 0) {
525 mPendingCmds.put(Integer.valueOf(id), result);
589 public void utConfigurationUpdated(IImsUt ut, int id) {
590 Integer key = Integer.valueOf(id);
599 public void utConfigurationUpdateFailed(IImsUt ut, int id, ImsReasonInfo error) {
600 Integer key = Integer.valueOf(id);
612 public void utConfigurationQueried(IImsUt ut, int id, Bundle ssInfo) {
613 Integer key = Integer.valueOf(id);
622 public void utConfigurationQueryFailed(IImsUt ut, int id, ImsReasonInfo error) {
623 Integer key = Integer.valueOf(id);
636 int id, ImsSsInfo[] cbInfo) {
637 Integer key = Integer.valueOf(id);
650 int id, ImsCallForwardInfo[] cfInfo) {
651 Integer key = Integer.valueOf(id);
664 int id, ImsSsInfo[] cwInfo) {
665 Integer key = Integer.valueOf(id);