Searched refs:connectionUnavailable (Results 1 – 6 of 6) sorted by relevance
160 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnect()165 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnect()178 verify(mListener).connectionUnavailable( in testConnectNotSupported()192 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnectReadyNotReady()199 verify(mListener).connectionUnavailable(FeatureConnector.UNAVAILABLE_REASON_NOT_READY); in testConnectReadyNotReady()214 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnectReadyAndInitializing()221 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnectReadyAndInitializing()229 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnectReadyAndInitializing()245 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnectReadyAndUnavailable()252 verify(mListener, never()).connectionUnavailable(anyInt()); in testConnectReadyAndUnavailable()[all …]
112 void connectionUnavailable(@UnavailableReason int reason); in connectionUnavailable() method149 mExecutor.execute(() -> mListener.connectionUnavailable(reason));183 mListener.connectionUnavailable(UNAVAILABLE_REASON_IMS_UNSUPPORTED);248 mExecutor.execute(() -> mListener.connectionUnavailable( in connect()299 mListener.connectionUnavailable(UNAVAILABLE_REASON_NOT_READY); in notifyNotReady()
421 public void connectionUnavailable(int reason) { in connectionUnavailable() method in ImsManager.InstanceManager
406 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 …]
384 public void connectionUnavailable(int reason) { in ImsSmsDispatcher()
1331 public void connectionUnavailable(int reason) { in ImsPhoneCallTracker()