Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java812 roundTripPhoneAccount(new PhoneAccount.Builder(handle, null).build()); in testPhoneAccountParceling()
813 roundTripPhoneAccount(new PhoneAccount.Builder(handle, "foo").build()); in testPhoneAccountParceling()
814 roundTripPhoneAccount( in testPhoneAccountParceling()
827 roundTripPhoneAccount( in testPhoneAccountParceling()
2154 private static void roundTripPhoneAccount(PhoneAccount original) throws Exception { in roundTripPhoneAccount() method in PhoneAccountRegistrarTest