Searched refs:accountHandle (Results 1 – 2 of 2) sorted by relevance
53 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccount() local59 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() local106 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 …]
255 protected void tearDownConnectionService(PhoneAccountHandle accountHandle) throws Exception { in tearDownConnectionService() argument259 mTelecomManager.unregisterPhoneAccount(accountHandle); in tearDownConnectionService()291 protected void startCallTo(Uri address, PhoneAccountHandle accountHandle) { in startCallTo() argument293 if (accountHandle != null) { in startCallTo()294 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, accountHandle); in startCallTo()