Home
last modified time | relevance | path

Searched refs:UNAVAILABLE_REASON_DISCONNECTED (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DFeatureConnector.java50 public static final int UNAVAILABLE_REASON_DISCONNECTED = 0; field in FeatureConnector
79 UNAVAILABLE_REASON_DISCONNECTED,
218 private Integer mDisconnectedReason = UNAVAILABLE_REASON_DISCONNECTED;
280 mCallback.imsFeatureRemoved(UNAVAILABLE_REASON_DISCONNECTED); in disconnect()
DImsFeatureBinderRepository.java67 FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in notifyFeatureCreatedOrRemoved()
/frameworks/opt/net/ims/tests/src/com/android/ims/
DFeatureConnectorTest.java308 mTestManager.callback.imsFeatureRemoved(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectReadyRemovedReady()
312 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectReadyRemovedReady()
317 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectReadyRemovedReady()
336 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnect()
344 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnect()
361 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnectConnect()
370 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnectConnect()
DImsFeatureBinderRepositoryTest.java301 FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testListenNull()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java406 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigLoadSubscription()
423 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigSentLocked()
454 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigSentAfterReady()
468 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigSentBeforeReady()
493 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigSentAfterReadyAndCrash()
501 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigSentAfterReadyAndCrash()
511 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigSentBeforeReadyAndCrash()
522 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testCarrierConfigSentBeforeReadyAndCrash()
1921 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConfigureRtpHeaderExtensionTypes()
1951 mConnectorListener.connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testRtpButNoSdp()
[all …]