Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java163 PhoneAccountHandle result = roundTripXml(this, input, in testPhoneAccountHandle()
169 PhoneAccountHandle resultN = roundTripXml(this, inputN, in testPhoneAccountHandle()
193 PhoneAccount result = roundTripXml(this, input, PhoneAccountRegistrar.sPhoneAccountXml, in testPhoneAccount()
228 PhoneAccount result = roundTripXml(this, input, PhoneAccountRegistrar.sPhoneAccountXml, in testPhoneAccountParsing_simultaneousCallingRestriction()
376 DefaultPhoneAccountHandle result = roundTripXml(this, input, in testDefaultPhoneAccountHandleEmptyGroup()
407 PhoneAccount result = roundTripXml(this, input, PhoneAccountRegistrar.sPhoneAccountXml, in testPhoneAccountExtrasEdge()
421 PhoneAccountRegistrar.State result = roundTripXml(this, input, in testState()
2168 private static <T> T roundTripXml( in roundTripXml() method in PhoneAccountRegistrarTest