Searched refs:IFeatureUpdate (Results 1 – 8 of 8) sorted by relevance
21 void addNotifyStatusChangedCallbackIfAvailable(FeatureConnection.IFeatureUpdate callback) in addNotifyStatusChangedCallbackIfAvailable()23 void removeNotifyStatusChangedCallback(FeatureConnection.IFeatureUpdate callback); in removeNotifyStatusChangedCallback()
39 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()
43 public interface IFeatureUpdate { interface in FeatureConnection69 protected IFeatureUpdate mStatusCallback;147 public void setStatusCallback(IFeatureUpdate callback) { in setStatusCallback()
213 public FeatureConnection.IFeatureUpdate mNotifyStatusChangedCallback =214 new FeatureConnection.IFeatureUpdate() {
111 IFeatureUpdate callback) { in create()146 private RcsFeatureConnection(Context context, int slotId, IFeatureUpdate callback) { in RcsFeatureConnection()
258 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()
7900 com.android.ims.FeatureConnection$IFeatureUpdate
48272 Lcom/android/ims/FeatureConnection$IFeatureUpdate;