Searched refs:mockTelephonyManager (Results 1 – 1 of 1) sorted by relevance
309 TelephonyManager mockTelephonyManager = mock(TelephonyManager.class); in shouldCreateForPhoneAccountHandle() local311 shadowTelephonyManager.setTelephonyManagerForHandle(phoneAccountHandle, mockTelephonyManager); in shouldCreateForPhoneAccountHandle()314 mockTelephonyManager, telephonyManager.createForPhoneAccountHandle(phoneAccountHandle)); in shouldCreateForPhoneAccountHandle()321 TelephonyManager mockTelephonyManager = mock(TelephonyManager.class); in shouldCreateForSubscriptionId() local324 subscriptionId, mockTelephonyManager); in shouldCreateForSubscriptionId()326 assertEquals(mockTelephonyManager, telephonyManager.createForSubscriptionId(subscriptionId)); in shouldCreateForSubscriptionId()