Searched refs:ImsConnectionStateListener (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConnectionStateListener.java28 public class ImsConnectionStateListener { class
H A DImsManager.java97 * @see #open(PendingIntent, ImsConnectionStateListener)
103 * @see #open(PendingIntent, ImsConnectionStateListener)
207 private final Set<ImsConnectionStateListener> mRegistrationListeners = new HashSet<>();
1568 ImsConnectionStateListener listener) throws ImsException {
1614 * @deprecated Use {@link #addRegistrationListener(ImsConnectionStateListener)} instead.
1616 public void addRegistrationListener(int serviceClass, ImsConnectionStateListener listener)
1628 public void addRegistrationListener(ImsConnectionStateListener listener)
1663 public void removeRegistrationListener(ImsConnectionStateListener listener)
2438 mRegistrationListeners.forEach(ImsConnectionStateListener::onImsResumed);
2449 mRegistrationListeners.forEach(ImsConnectionStateListener
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java60 import com.android.ims.ImsConnectionStateListener;
86 private ImsConnectionStateListener mImsConnectionStateListener;
190 (ImsConnectionStateListener) invocation.getArguments()[2];
194 (ImsConnectionStateListener) any());
563 nullable(ImsConnectionStateListener.class));
584 nullable(ImsConnectionStateListener.class));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java68 import com.android.ims.ImsConnectionStateListener;
2809 private ImsConnectionStateListener mImsConnectionStateListener =
2810 new ImsConnectionStateListener() {
/frameworks/base/config/
H A Dcompiled-classes-phone5253 com.android.ims.ImsConnectionStateListener

Completed in 737 milliseconds