Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java56 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccount() local
62 accountHandle, ACCOUNT_LABEL) in testPhoneAccount()
72 assertEquals(accountHandle, account.getAccountHandle()); in testPhoneAccount()
90 assertEquals(accountHandle, parcelAccount.getAccountHandle()); in testPhoneAccount()
105 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccountHandle() local
109 assertNotNull(accountHandle); in testPhoneAccountHandle()
110 assertEquals(component, accountHandle.getComponentName()); in testPhoneAccountHandle()
111 assertEquals(ACCOUNT_ID, accountHandle.getId()); in testPhoneAccountHandle()
112 assertEquals(userHandle, accountHandle.getUserHandle()); in testPhoneAccountHandle()
113 assertEquals(0, accountHandle.describeContents()); in testPhoneAccountHandle()
[all …]
DBaseTelecomTestWithMockServices.java140 protected void tearDownConnectionService(PhoneAccountHandle accountHandle) throws Exception { in tearDownConnectionService() argument
142 mTelecomManager.unregisterPhoneAccount(accountHandle); in tearDownConnectionService()
148 protected void startCallTo(Uri address, PhoneAccountHandle accountHandle) { in startCallTo() argument
150 if (accountHandle != null) { in startCallTo()
151 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, accountHandle); in startCallTo()