Searched refs:FAKE_APN1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java101 public static final String FAKE_APN1 = "FAKE APN 1"; field in class:DcTrackerTest
200 FAKE_APN1, // apn
542 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, LTE_BEARER_BITMASK);
544 verifyDataConnected(FAKE_APN1);
608 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, LTE_BEARER_BITMASK);
669 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, LTE_BEARER_BITMASK);
720 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, LTE_BEARER_BITMASK);
831 verifyDataConnected(FAKE_APN1);
881 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, LTE_BEARER_BITMASK);
1138 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1,
[all...]

Completed in 9 milliseconds