Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java114 @Mock private EuiccConnector mMockConnector; field in EuiccControllerTest
171 mController = new TestEuiccController(mContext, mMockConnector); in setUp()
289 verify(mMockConnector).getDownloadableSubscriptionMetadata(any(), anyBoolean(), any()); in testGetDownloadableSubscriptionMetadata_serviceUnavailable()
347 verify(mMockConnector).getDefaultDownloadableSubscriptionList(anyBoolean(), any()); in testGetDefaultDownloadableSubscriptionList_error()
390 verify(mMockConnector).downloadSubscription(any(), anyBoolean(), anyBoolean(), any()); in testDownloadSubscription_serviceUnavailable()
452 verify(mMockConnector, never()).downloadSubscription( in testDownloadSubscription_noPrivileges_getMetadata_serviceUnavailable()
467 verify(mMockConnector, never()).downloadSubscription( in testDownloadSubscription_noPrivileges_getMetadata_error()
517 verify(mMockConnector, never()).downloadSubscription( in testDownloadSubscription_noPrivileges_hasCarrierPrivileges_needsConsent()
539 verify(mMockConnector, never()).downloadSubscription( in testDownloadSubscription_noPrivileges_noCarrierPrivileges()
551 verify(mMockConnector, never()).deleteSubscription(anyString(), any()); in testDeleteSubscription_noSuchSubscription()
[all …]