Searched refs:handlesAcrossProfiles (Results 1 – 1 of 1) sorted by relevance
606 List<PhoneAccountHandle> handlesAcrossProfiles = ShellIdentityUtils in testGetCallCapablePhoneAccountsAcrossProfiles() local611 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() local710 assertEquals(handlesAcrossProfiles.size(), handlesCurrent.size() + 1); in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()711 assertTrue(handlesAcrossProfiles.containsAll(handlesCurrent)); in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()[all …]