Searched refs:mMockTelephonyUtils (Results 1 – 1 of 1) sorted by relevance
97 @Mock private TelephonyUtils mMockTelephonyUtils; field in ImsEntitlementReceiverTest115 dependencies.telephonyUtils = mMockTelephonyUtils; in setUp()132 when(mMockTelephonyUtils.getSimApplicationState()).thenReturn(SIM_STATE_LOADED); in setUp()155 when(mMockTelephonyUtils.getSimApplicationState()).thenReturn(SIM_STATE_PIN_REQUIRED); in onReceive_simChanged_simPinLockedThenLoaded()165 when(mMockTelephonyUtils.getSimApplicationState()).thenReturn(SIM_STATE_LOADED); in onReceive_simChanged_simPinLockedThenLoaded()