Home
last modified time | relevance | path

Searched refs:IFeatureUpdate (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DIFeatureConnector.java21 void addNotifyStatusChangedCallbackIfAvailable(FeatureConnection.IFeatureUpdate callback) in addNotifyStatusChangedCallbackIfAvailable()
23 void removeNotifyStatusChangedCallback(FeatureConnection.IFeatureUpdate callback); in removeNotifyStatusChangedCallback()
DRcsFeatureManager.java39 import com.android.ims.FeatureConnection.IFeatureUpdate;
148 public final Set<IFeatureUpdate> mStatusCallbacks = new CopyOnWriteArraySet<>();
164 new IFeatureUpdate() { in createImsService()
168 FeatureConnection.IFeatureUpdate::notifyStateChanged); in createImsService()
174 FeatureConnection.IFeatureUpdate::notifyUnavailable); in createImsService()
403 public void addNotifyStatusChangedCallbackIfAvailable(FeatureConnection.IFeatureUpdate c) in addNotifyStatusChangedCallbackIfAvailable()
415 public void removeNotifyStatusChangedCallback(FeatureConnection.IFeatureUpdate c) { in removeNotifyStatusChangedCallback()
DFeatureConnection.java43 public interface IFeatureUpdate { interface in FeatureConnection
69 protected IFeatureUpdate mStatusCallback;
147 public void setStatusCallback(IFeatureUpdate callback) { in setStatusCallback()
DFeatureConnector.java213 public FeatureConnection.IFeatureUpdate mNotifyStatusChangedCallback =
214 new FeatureConnection.IFeatureUpdate() {
DRcsFeatureConnection.java111 IFeatureUpdate callback) { in create()
146 private RcsFeatureConnection(Context context, int slotId, IFeatureUpdate callback) { in RcsFeatureConnection()
DImsManager.java258 private Set<FeatureConnection.IFeatureUpdate> mStatusCallbacks = new CopyOnWriteArraySet<>();
1570 public void addNotifyStatusChangedCallbackIfAvailable(FeatureConnection.IFeatureUpdate c) in addNotifyStatusChangedCallbackIfAvailable()
1582 public void removeNotifyStatusChangedCallback(FeatureConnection.IFeatureUpdate c) { in removeNotifyStatusChangedCallback()
2327 mMmTelFeatureConnection.setStatusCallback(new FeatureConnection.IFeatureUpdate() { in createImsService()
2330 mStatusCallbacks.forEach(FeatureConnection.IFeatureUpdate::notifyStateChanged); in createImsService()
2335 mStatusCallbacks.forEach(FeatureConnection.IFeatureUpdate::notifyUnavailable); in createImsService()
/frameworks/base/config/
Dpreloaded-classes7900 com.android.ims.FeatureConnection$IFeatureUpdate
Dboot-image-profile.txt48272 Lcom/android/ims/FeatureConnection$IFeatureUpdate;