HomeSort by relevance Sort by last modified time
    Searched refs:updateCOLR (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsUt.aidl 102 int updateCOLR(int presentation);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 173 public void updateCOLR(int presentation, Message result);
ImsUt.java 459 public void updateCOLR(int presentation, Message result) {
461 log("updateCOLR :: Ut=" + miUt + ", presentation=" + presentation);
466 int id = miUt.updateCOLR(presentation);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 845 mPhone.mCT.getUtInterface().updateCOLR(NUM_PRESENTATION_ALLOWED,
848 Rlog.d(LOG_TAG, "Could not get UT handle for updateCOLR.");
    [all...]

Completed in 67 milliseconds