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

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java118 public int updateCOLP(boolean enable) throws RemoteException {
119 return ImsUtImplBase.this.updateCOLP(enable);
303 public int updateCOLP(boolean enable) { method in class:ImsUtImplBase
/frameworks/base/telephony/java/com/android/ims/
H A DImsUtInterface.java193 public void updateCOLP(boolean enable, Message result); method in interface:ImsUtInterface
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java543 public void updateCOLP(boolean enable, Message result) { method in class:ImsUt
550 int id = miUt.updateCOLP(enable);

Completed in 187 milliseconds