Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java606 List<PhoneAccountHandle> handlesAcrossProfiles = ShellIdentityUtils in testGetCallCapablePhoneAccountsAcrossProfiles() local
611 assertEquals(handles.size(), handlesAcrossProfiles.size()); in testGetCallCapablePhoneAccountsAcrossProfiles()
636 handlesAcrossProfiles = ShellIdentityUtils in testGetCallCapablePhoneAccountsAcrossProfiles()
641 assertEquals(handles, handlesAcrossProfiles); in testGetCallCapablePhoneAccountsAcrossProfiles()
649 handlesAcrossProfiles = ShellIdentityUtils in testGetCallCapablePhoneAccountsAcrossProfiles()
658 assertEquals(handles, handlesAcrossProfiles); in testGetCallCapablePhoneAccountsAcrossProfiles()
660 assertTrue(handlesAcrossProfiles.containsAll(handles)); in testGetCallCapablePhoneAccountsAcrossProfiles()
705 List<PhoneAccountHandle> handlesAcrossProfiles = ShellIdentityUtils in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile() local
710 assertEquals(handlesAcrossProfiles.size(), handlesCurrent.size() + 1); in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
711 assertTrue(handlesAcrossProfiles.containsAll(handlesCurrent)); in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
[all …]