Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java30 import static android.net.NetworkTemplate.buildTemplateMobileAll;
130 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork()
139 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork()
144 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork()
158 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid()
167 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid()
172 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid()
186 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags()
195 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags()
200 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags()
[all …]
DNetworkTemplateTest.kt43 import android.net.NetworkTemplate.buildTemplateMobileAll
226 buildTemplateMobileAll(NonNullTestUtils.nullUnsafe<String>(null)) in testBuildTemplateMobileAll_nullSubscriberId()
237 val templateMobileImsi1 = buildTemplateMobileAll(TEST_IMSI1) in testMobileMatches()
643 normalize(buildTemplateMobileAll(TEST_IMSI1), mergedImsiList).also { in testNormalize()
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkTemplate.java214 public static NetworkTemplate buildTemplateMobileAll(@NonNull String subscriberId) { in buildTemplateMobileAll() method in NetworkTemplate