Home
last modified time | relevance | path

Searched refs:updateCOLR (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsUtImplBase.java113 public int updateCOLR(int presentation) throws RemoteException {
114 return ImsUtImplBase.this.updateCOLR(presentation);
295 public int updateCOLR(int presentation) { in updateCOLR() method in ImsUtImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR() method
/frameworks/base/telephony/java/com/android/ims/
DImsUtInterface.java188 public void updateCOLR(int presentation, Message result); in updateCOLR() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java516 public void updateCOLR(int presentation, Message result) { in updateCOLR() method in ImsUt
523 int id = miUt.updateCOLR(presentation); in updateCOLR()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java933 mPhone.mCT.getUtInterface().updateCOLR(NUM_PRESENTATION_RESTRICTED, in processCode()
940 mPhone.mCT.getUtInterface().updateCOLR(NUM_PRESENTATION_ALLOWED, in processCode()
/frameworks/base/config/
Dboot-image-profile.txt37895 HSPLcom/android/ims/ImsUtInterface;->updateCOLR(ILandroid/os/Message;)V
38001 HSPLcom/android/ims/internal/IImsUt;->updateCOLR(I)I