Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/telephony/src/android/devicepolicy/cts/telephony/
DWorkProfileTelephonyTest.java450 List<PhoneAccountHandle> callCapableAccounts = in getCallCapablePhoneAccounts_fromWorkProfile_allManagedSubscriptions_notEmpty() local
453 assertThat(callCapableAccounts).isNotEmpty(); in getCallCapablePhoneAccounts_fromWorkProfile_allManagedSubscriptions_notEmpty()
482 List<PhoneAccountHandle> callCapableAccounts = in getCallCapablePhoneAccounts_fromPersonalProfile_allManagedSubscriptions_emptyList() local
485 assertThat(callCapableAccounts).isEmpty(); in getCallCapablePhoneAccounts_fromPersonalProfile_allManagedSubscriptions_emptyList()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1484 List<PhoneAccountHandle> callCapableAccounts = telecomManager in testGetPhoneAccountHandle() local
1491 assertTrue(callCapableAccounts.contains(phoneAccountHandle)); in testGetPhoneAccountHandle()