Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java653 List<PhoneAccountHandle> handlesAcrossProfilesWithDisabledAccount = ShellIdentityUtils in testGetCallCapablePhoneAccountsAcrossProfiles() local
659 assertEquals(handles.size() + 1, handlesAcrossProfilesWithDisabledAccount.size()); in testGetCallCapablePhoneAccountsAcrossProfiles()
661 assertTrue(handlesAcrossProfilesWithDisabledAccount.contains(handle2)); in testGetCallCapablePhoneAccountsAcrossProfiles()
722 List<PhoneAccountHandle> handlesAcrossProfilesWithDisabledAccount = ShellIdentityUtils in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile() local
728 assertEquals(handlesAcrossProfilesWithDisabledAccount.size(), in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
731 assertTrue(handlesAcrossProfilesWithDisabledAccount.containsAll(handlesAcrossProfiles)); in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
732 assertTrue(handlesAcrossProfilesWithDisabledAccount.contains(currentHandle)); in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()