Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/entitlement/
DEntitlementConfigurationTest.java34 private static final String RAW_XML = field in EntitlementConfigurationTest
105 mConfiguration.update(ENTITLEMENT_VERSION, RAW_XML); in updateConfigurations_verifyConfigs()
108 assertThat(mConfiguration.getRawXml()).isEqualTo(RAW_XML); in updateConfigurations_verifyConfigs()
118 mConfiguration.update(ENTITLEMENT_VERSION, RAW_XML); in updateConfigurations_reset_verifyDefaultValues()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DImsEntitlementApiTest.java84 private static final String RAW_XML = field in ImsEntitlementApiTest
206 eq(ImmutableList.of(ServiceEntitlement.APP_VOWIFI)), any())).thenReturn(RAW_XML); in checkEntitlementStatus_verifyVowifiStatus()
347 any())).thenReturn(RAW_XML); in checkEntitlementStatus_verifyConfigs()
351 assertThat(mEntitlementConfiguration.getRawXml()).isEqualTo(RAW_XML); in checkEntitlementStatus_verifyConfigs()
395 mEntitlementConfiguration.update(ENTITLEMENT_VERSION, RAW_XML); in checkEntitlementStatus_httpResponse511_fullAuthnDone()
420 mEntitlementConfiguration.update(ENTITLEMENT_VERSION, RAW_XML); in checkEntitlementStatus_httpResponse503WithDateTime_returnsRetryAfter()
446 mEntitlementConfiguration.update(ENTITLEMENT_VERSION, RAW_XML); in checkEntitlementStatus_httpResponse503WithNumericValue_returnsRetryAfter()
DImsEntitlementReceiverTest.java68 private static final String RAW_XML = field in ImsEntitlementReceiverTest
128 .update(ENTITLEMENT_VERSION_TWO, RAW_XML); in setUp()
161 .isEqualTo(RAW_XML); in onReceive_simChanged_simPinLockedThenLoaded()
180 .isEqualTo(RAW_XML); in onReceive_theSameSim_dataNotReset()
192 .isEqualTo(RAW_XML); in onReceive_differentSlot_dataNotReset()