Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2339 String types[] = getActiveApnTypes(); in notifyDataConnection()
3000 public String[] getActiveApnTypes() { in getActiveApnTypes() method in Phone
3006 getDcTracker(transportType).getActiveApnTypes())); in getActiveApnTypes()
4070 pw.println(" getActiveApnTypes()=" + getActiveApnTypes()); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java783 public String[] getActiveApnTypes() { in getActiveApnTypes() method in PhoneMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java587 assertArrayEquals(new String[]{PhoneConstants.APN_TYPE_DEFAULT}, mDct.getActiveApnTypes()); in verifyDataConnected()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1080 public String[] getActiveApnTypes() { in getActiveApnTypes() method in DcTracker