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

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java113 public int updateCOLR(int presentation) throws RemoteException {
114 return ImsUtImplBase.this.updateCOLR(presentation);
295 public int updateCOLR(int presentation) { method in class:ImsUtImplBase
/frameworks/base/telephony/java/com/android/ims/
H A DImsUtInterface.java188 public void updateCOLR(int presentation, Message result); method in interface:ImsUtInterface
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java516 public void updateCOLR(int presentation, Message result) { method in class:ImsUt
518 log("updateCOLR :: Ut=" + miUt + ", presentation=" + presentation);
523 int id = miUt.updateCOLR(presentation);

Completed in 149 milliseconds