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.java53 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccount() local
59 accountHandle, ACCOUNT_LABEL) in testPhoneAccount()
69 assertEquals(accountHandle, account.getAccountHandle()); in testPhoneAccount()
87 assertEquals(accountHandle, parcelAccount.getAccountHandle()); in testPhoneAccount()
102 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccountHandle() local
106 assertNotNull(accountHandle); in testPhoneAccountHandle()
107 assertEquals(component, accountHandle.getComponentName()); in testPhoneAccountHandle()
108 assertEquals(ACCOUNT_ID_1, accountHandle.getId()); in testPhoneAccountHandle()
109 assertEquals(userHandle, accountHandle.getUserHandle()); in testPhoneAccountHandle()
110 assertEquals(0, accountHandle.describeContents()); in testPhoneAccountHandle()
[all …]
DBaseTelecomTestWithMockServices.java255 protected void tearDownConnectionService(PhoneAccountHandle accountHandle) throws Exception { in tearDownConnectionService() argument
259 mTelecomManager.unregisterPhoneAccount(accountHandle); in tearDownConnectionService()
291 protected void startCallTo(Uri address, PhoneAccountHandle accountHandle) { in startCallTo() argument
293 if (accountHandle != null) { in startCallTo()
294 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, accountHandle); in startCallTo()