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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DPhoneAccountRegistrarTest.java500 roundTripPhoneAccount(new PhoneAccount.Builder(handle, null).build());
501 roundTripPhoneAccount(new PhoneAccount.Builder(handle, "foo").build());
502 roundTripPhoneAccount(
515 roundTripPhoneAccount(
612 private static void roundTripPhoneAccount(PhoneAccount original) throws Exception { method in class:PhoneAccountRegistrarTest

Completed in 1447 milliseconds