Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java264 byte[] xmlData = toXml(input, PhoneAccountRegistrar.sPhoneAccountXml, mContext, in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag()
294 byte[] xmlData = toXml(input, PhoneAccountRegistrar.sPhoneAccountXml, mContext, in testPhoneAccountParsing_simultaneousCallingRestrictionOffOnFlag()
2178 byte[] data = toXml(input, xml, context, telephonyFeatureFlags); in roundTripXml()
2189 private static <T> byte[] toXml(T input, PhoneAccountRegistrar.XmlSerialization<T> xml, in toXml() method in PhoneAccountRegistrarTest