Searched refs:anotherPackageHandle (Results 1 – 1 of 1) sorted by relevance
68 PhoneAccountHandle anotherPackageHandle = createHandle("some.other.package", "id"); in clearAccounts() local69 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in clearAccounts()131 PhoneAccountHandle anotherPackageHandle = createHandle("some.other.package", "id2"); in getPhoneAccountsForPackage() local132 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in getPhoneAccountsForPackage()138 assertThat(phoneAccountsForPackage).doesNotContain(anotherPackageHandle); in getPhoneAccountsForPackage()