Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java127 PhoneAccountHandle handleInThisApplicationsPackage = createHandle("id1"); in getPhoneAccountsForPackage() local
128 …telecomService.registerPhoneAccount(PhoneAccount.builder(handleInThisApplicationsPackage, "this_pa… in getPhoneAccountsForPackage()
137 assertThat(phoneAccountsForPackage).contains(handleInThisApplicationsPackage); in getPhoneAccountsForPackage()