Searched refs:accountHandle (Results 1 – 3 of 3) sorted by relevance
61 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccount() local67 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() local114 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 …]
435 protected void tearDownConnectionService(PhoneAccountHandle accountHandle) throws Exception { in tearDownConnectionService() argument440 mTelecomManager.unregisterPhoneAccount(accountHandle); in tearDownConnectionService()472 protected void startCallTo(Uri address, PhoneAccountHandle accountHandle) { in startCallTo() argument474 if (accountHandle != null) { in startCallTo()475 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, accountHandle); in startCallTo()
506 for (PhoneAccountHandle accountHandle : sCallCapablePhoneAccounts) { in updateCallCapablePhAcctsAndCheckForSubId()507 if (accountHandle.getId().equals(String.valueOf(subId))) { in updateCallCapablePhAcctsAndCheckForSubId()