Searched refs:updateCLIR (Results 1 – 7 of 7) sorted by relevance
186 public int updateCLIR(int clirMode) throws RemoteException {187 return ImsUtImplBase.this.updateCLIR(clirMode);378 public int updateCLIR(int clirMode) { in updateCLIR() method in ImsUtImplBase
93 int updateCLIR(int clirMode); in updateCLIR() method
188 public void updateCLIR(int clirMode, Message result); in updateCLIR() method
474 public void updateCLIR(int clirMode, Message result) { in updateCLIR() method in ImsUt481 int id = miUt.updateCLIR(clirMode); in updateCLIR()
927 mPhone.mCT.getUtInterface().updateCLIR(CommandsInterface.CLIR_INVOCATION, in processCode()935 mPhone.mCT.getUtInterface().updateCLIR(CommandsInterface.CLIR_SUPPRESSION, in processCode()
1033 ut.updateCLIR(clirMode, resp); in setOutgoingCallerIdDisplay()
481 verify(mImsUtInterface).updateCLIR(eq(1234), messageArgumentCaptor.capture()); in testOutgoingCallerIdDisplay()