Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java1059 private void registerPhoneAccountTestHelper(PhoneAccount testPhoneAccount, in registerPhoneAccountTestHelper() argument
1064 mTSIBinder.registerPhoneAccount(testPhoneAccount, CALLING_PACKAGE); in registerPhoneAccountTestHelper()
1071 verify(mFakePhoneAccountRegistrar).registerPhoneAccount(testPhoneAccount); in registerPhoneAccountTestHelper()
DPhoneAccountRegistrarTest.java178 public void testPhoneAccount() throws Exception { in testPhoneAccount() method in PhoneAccountRegistrarTest