Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java97 private static List<PhoneAccountHandle> sCallCapablePhoneAccounts; field in SimultaneousCallingRestrictionsTest
185 sCallCapablePhoneAccounts.removeIf(h -> !h.getComponentName().getShortClassName() in beforeAllTests()
236 sCallCapablePhoneAccounts = null; in afterAllTests()
505 sCallCapablePhoneAccounts = tm.getCallCapablePhoneAccounts(); in updateCallCapablePhAcctsAndCheckForSubId()
506 for (PhoneAccountHandle accountHandle : sCallCapablePhoneAccounts) { in updateCallCapablePhAcctsAndCheckForSubId()
683 sTelecomManager, tm -> sCallCapablePhoneAccounts.stream() in getDsdaPhoneAccounts()