Searched refs:getActiveApnTypes (Results 1 – 5 of 5) sorted by relevance
77 public String[] getActiveApnTypes() { in getActiveApnTypes() method in DcTrackerMock
777 public String[] getActiveApnTypes() { in getActiveApnTypes() method in PhoneMock
2014 String types[] = getActiveApnTypes(); in notifyDataConnection()2566 public String[] getActiveApnTypes() { in getActiveApnTypes() method in Phone2571 return mDcTracker.getActiveApnTypes(); in getActiveApnTypes()3290 pw.println(" getActiveApnTypes()=" + getActiveApnTypes()); in dump()
356 assertArrayEquals(new String[]{PhoneConstants.APN_TYPE_DEFAULT}, mDct.getActiveApnTypes()); in verifyDataConnected()
1209 public String[] getActiveApnTypes() { in getActiveApnTypes() method in DcTracker