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

  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsServiceControllerListener.aidl 26 void onUpdateSupportedImsFeatures(in ImsFeatureConfiguration c);
  /frameworks/base/telephony/java/android/telephony/ims/
ImsService.java 89 * {@link #onUpdateSupportedImsFeatures(ImsFeatureConfiguration)} can be called to tell the
125 public void onUpdateSupportedImsFeatures(ImsFeatureConfiguration c) {
277 * Use {@link #onUpdateSupportedImsFeatures(ImsFeatureConfiguration)} to change the supported
292 public final void onUpdateSupportedImsFeatures(ImsFeatureConfiguration c)
297 mListener.onUpdateSupportedImsFeatures(c);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceController.java 154 public void onUpdateSupportedImsFeatures(ImsFeatureConfiguration c) {

Completed in 98 milliseconds