Searched refs:accountHandle (Results 1 – 2 of 2) sorted by relevance
56 PhoneAccountHandle accountHandle = new PhoneAccountHandle( in testPhoneAccount() local62 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() local109 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 …]
140 protected void tearDownConnectionService(PhoneAccountHandle accountHandle) throws Exception { in tearDownConnectionService() argument142 mTelecomManager.unregisterPhoneAccount(accountHandle); in tearDownConnectionService()148 protected void startCallTo(Uri address, PhoneAccountHandle accountHandle) { in startCallTo() argument150 if (accountHandle != null) { in startCallTo()151 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, accountHandle); in startCallTo()