Home | History | Annotate | Download | only in ims

Lines Matching refs:listener

652      * @param listener, provided to be notified for the feature on/off status.
658 ImsConfigListener listener) throws ImsException {
661 ", listener =" + listener);
664 miConfig.getFeatureValue(feature, network, listener);
677 * @param listener, provided if caller needs to be notified for set result.
683 ImsConfigListener listener) throws ImsException {
686 ", value =" + value + ", listener =" + listener);
689 miConfig.setFeatureValue(feature, network, value, listener);