Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java110 PhoneAccountHandle callCapableHandle = createHandle("id1"); in getCallCapablePhoneAccounts() local
111 telecomService.registerPhoneAccount(PhoneAccount.builder(callCapableHandle, "enabled") in getCallCapablePhoneAccounts()
120 assertThat(callCapablePhoneAccounts).contains(callCapableHandle); in getCallCapablePhoneAccounts()