Home
last modified time | relevance | path

Searched refs:anotherPackageHandle (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java68 PhoneAccountHandle anotherPackageHandle = createHandle("some.other.package", "id"); in clearAccounts() local
69 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in clearAccounts()
131 PhoneAccountHandle anotherPackageHandle = createHandle("some.other.package", "id2"); in getPhoneAccountsForPackage() local
132 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in getPhoneAccountsForPackage()
138 assertThat(phoneAccountsForPackage).doesNotContain(anotherPackageHandle); in getPhoneAccountsForPackage()