Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java61 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccount() local
67 accountHandle, ACCOUNT_LABEL) in testPhoneAccount()
77 assertEquals(accountHandle, account.getAccountHandle()); in testPhoneAccount()
95 assertEquals(accountHandle, parcelAccount.getAccountHandle()); in testPhoneAccount()
110 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccountHandle() local
114 assertNotNull(accountHandle); in testPhoneAccountHandle()
115 assertEquals(component, accountHandle.getComponentName()); in testPhoneAccountHandle()
116 assertEquals(ACCOUNT_ID_1, accountHandle.getId()); in testPhoneAccountHandle()
117 assertEquals(userHandle, accountHandle.getUserHandle()); in testPhoneAccountHandle()
118 assertEquals(0, accountHandle.describeContents()); in testPhoneAccountHandle()
[all …]
DBaseTelecomTestWithMockServices.java435 protected void tearDownConnectionService(PhoneAccountHandle accountHandle) throws Exception { in tearDownConnectionService() argument
440 mTelecomManager.unregisterPhoneAccount(accountHandle); in tearDownConnectionService()
472 protected void startCallTo(Uri address, PhoneAccountHandle accountHandle) { in startCallTo() argument
474 if (accountHandle != null) { in startCallTo()
475 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, accountHandle); in startCallTo()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java506 for (PhoneAccountHandle accountHandle : sCallCapablePhoneAccounts) { in updateCallCapablePhAcctsAndCheckForSubId()
507 if (accountHandle.getId().equals(String.valueOf(subId))) { in updateCallCapablePhAcctsAndCheckForSubId()