Searched refs:getRawXml (Results 1 – 5 of 5) sorted by relevance
242 assertThat(mEntitlementConfiguration.getRawXml()).isEqualTo(null); in checkEntitlementStatus_responseWithVersZero_resetConfiguration()259 assertThat(mEntitlementConfiguration.getRawXml()) in checkEntitlementStatus_responseWithVersMinusOne_resetConfiguration()277 assertThat(mEntitlementConfiguration.getRawXml()) in checkEntitlementStatus_responseWithVersMinusTwo_resetConfiguration()297 assertThat(mEntitlementConfiguration.getRawXml()).isEqualTo(null); in checkEntitlementStatus_defaultEnabledAndResponseWithVersZero_resetConfiguration()316 assertThat(mEntitlementConfiguration.getRawXml()) in checkEntitlementStatus_defaultEnabledAndResponseWithVersMinusOne_resetConfiguration()336 assertThat(mEntitlementConfiguration.getRawXml()) in checkEntitlementStatus_defaultEnabledAndResponseWithVersMinusTwo_resetConfiguration()351 assertThat(mEntitlementConfiguration.getRawXml()).isEqualTo(RAW_XML); in checkEntitlementStatus_verifyConfigs()369 assertThat(mEntitlementConfiguration.getRawXml()).isEqualTo(null); in checkEntitlementStatus_resultNull_verifyVowifiStatusAndConfigs()
148 assertThat(new EntitlementConfiguration(mContext, LAST_SUB_ID).getRawXml()).isEqualTo(null); in onReceive_simChanged_dataReset()160 assertThat(new EntitlementConfiguration(mContext, LAST_SUB_ID).getRawXml()) in onReceive_simChanged_simPinLockedThenLoaded()170 assertThat(new EntitlementConfiguration(mContext, LAST_SUB_ID).getRawXml()).isEqualTo(null); in onReceive_simChanged_simPinLockedThenLoaded()179 assertThat(new EntitlementConfiguration(mContext, LAST_SUB_ID).getRawXml()) in onReceive_theSameSim_dataNotReset()191 assertThat(new EntitlementConfiguration(mContext, LAST_SUB_ID).getRawXml()) in onReceive_differentSlot_dataNotReset()202 assertThat(new EntitlementConfiguration(mContext, LAST_SUB_ID).getRawXml()).isEqualTo(null); in onReceive_simChangedAndDifferentSlotId_dataReset()
71 mXmlDoc = new XmlDoc(mConfigurationsDataStore.getRawXml().orElse(null)); in EntitlementConfiguration()88 public String getRawXml() { in getRawXml() method in EntitlementConfiguration89 return mConfigurationsDataStore.getRawXml().orElse(null); in getRawXml()
67 public Optional<String> getRawXml() { in getRawXml() method in EntitlementConfigurationsDataStore
108 assertThat(mConfiguration.getRawXml()).isEqualTo(RAW_XML); in updateConfigurations_verifyConfigs()122 assertThat(mConfiguration.getRawXml()).isEqualTo(null); in updateConfigurations_reset_verifyDefaultValues()