Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java719 Set<Integer> expectedSimultaneousCallingSubIds = new HashSet<>(); in verifyCellularSimultaneousCallingSupport() local
720 expectedSimultaneousCallingSubIds.add(sTestSubSlot0); in verifyCellularSimultaneousCallingSupport()
721 expectedSimultaneousCallingSubIds.add(sTestSubSlot1); in verifyCellularSimultaneousCallingSupport()
723 ImsUtils.retryUntilTrue(() -> expectedSimultaneousCallingSubIds.equals( in verifyCellularSimultaneousCallingSupport()