Home
last modified time | relevance | path

Searched defs:subIds (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/vcn/src/android/net/vcn/cts/
DTestNetworkWrapper.java103 @NonNull Set<Integer> subIds, in TestNetworkWrapper()
153 @NonNull String iface, boolean isMetered, Set<Integer> subIds) { in createNetworkCapabilitiesForIface()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java207 int[] subIds = mSm.getSubscriptionIds(slotId); in testGetSubscriptionIds() local