Searched refs:accountHandle1 (Results 1 – 1 of 1) sorted by relevance
76 PhoneAccountHandle accountHandle1 = createHandle("a.package", "id1"); in clearAccountsForPackage() local77 telecomService.registerPhoneAccount(PhoneAccount.builder(accountHandle1, "another_package") in clearAccountsForPackage()84 telecomService.clearAccountsForPackage(accountHandle1.getComponentName().getPackageName()); in clearAccountsForPackage()86 assertThat(telecomService.getPhoneAccount(accountHandle1)).isNull(); in clearAccountsForPackage()