Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A 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()
H A DImsFeatureBinderRepository.java67 FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in notifyFeatureCreatedOrRemoved()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DFeatureConnectorTest.java306 mTestManager.callback.imsFeatureRemoved(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectReadyRemovedReady()
310 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectReadyRemovedReady()
315 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectReadyRemovedReady()
334 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnect()
342 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnect()
359 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnectConnect()
368 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testConnectDisconnectConnect()
H A DImsFeatureBinderRepositoryTest.java297 FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testListenNull()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DRcsFeatureControllerTest.java107 FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testRcsFeatureManagerConnectDisconnect()
205 FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testFeatureManagerDisconnectedAddFeature()
218 FeatureConnector.UNAVAILABLE_REASON_DISCONNECTED); in testFeatureManagerDisconnectedException()