Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java309 TelephonyManager mockTelephonyManager = mock(TelephonyManager.class); in shouldCreateForPhoneAccountHandle() local
311 shadowTelephonyManager.setTelephonyManagerForHandle(phoneAccountHandle, mockTelephonyManager); in shouldCreateForPhoneAccountHandle()
314 mockTelephonyManager, telephonyManager.createForPhoneAccountHandle(phoneAccountHandle)); in shouldCreateForPhoneAccountHandle()
321 TelephonyManager mockTelephonyManager = mock(TelephonyManager.class); in shouldCreateForSubscriptionId() local
324 subscriptionId, mockTelephonyManager); in shouldCreateForSubscriptionId()
326 assertEquals(mockTelephonyManager, telephonyManager.createForSubscriptionId(subscriptionId)); in shouldCreateForSubscriptionId()