HomeSort by relevance Sort by last modified time
    Searched refs:TEST_IMSI (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsCollectionTest.java 84 private static final String TEST_IMSI = "310260000000000";
118 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
127 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
132 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
146 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
155 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
160 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
174 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI),
183 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI),
188 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI),
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 204 private static final String TEST_IMSI = "310210";
209 private static NetworkTemplate sTemplateMobileAll = buildTemplateMobileAll(TEST_IMSI);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java 114 private static final String TEST_IMSI = "1234*";
115 private static final IMSIParameter TEST_IMSI_PARAM = IMSIParameter.build(TEST_IMSI);
269 simCredential.setImsi(TEST_IMSI);
    [all...]

Completed in 66 milliseconds