Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java445 private TelephonyManager mMockTelephonyManagerWithoutSubscriptionId; field in CarAudioServiceUnitTest
601 .thenReturn(mMockTelephonyManagerWithoutSubscriptionId); in setUpService()
602 when(mMockTelephonyManagerWithoutSubscriptionId.createForSubscriptionId(anyInt())) in setUpService()
4099 when(mMockTelephonyManagerWithoutSubscriptionId.getCallState()) in getCallStateForZone_forPrimaryZone()
4115 when(mMockTelephonyManagerWithoutSubscriptionId.getCallState()) in getCallStateForZone_forNonPrimaryZone()