Searched refs:mEntitlementResult (Results 1 – 1 of 1) sorted by relevance
49 @Mock private EntitlementResult mEntitlementResult; field in EntitlementUtilsTest61 when(mMockImsEntitlementApi.checkEntitlementStatus()).thenReturn(mEntitlementResult); in entitlementCheck_checkEntitlementStatusPass_onEntitlementResult()65 verify(mEntitlementResultCallback).onEntitlementResult(mEntitlementResult); in entitlementCheck_checkEntitlementStatusPass_onEntitlementResult()74 verify(mEntitlementResultCallback, never()).onEntitlementResult(mEntitlementResult); in entitlementCheck_checkEntitlementStatusWithRuntimeException_onFailure()90 return mEntitlementResult; in entitlementCheck_cancelEntitlementCheck_onFailure()98 verify(mEntitlementResultCallback, never()).onEntitlementResult(mEntitlementResult); in entitlementCheck_cancelEntitlementCheck_onFailure()