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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 436 LinkProperties linkProp = dcac.getLinkPropertiesSync();
437 if (linkProp == null) continue;
439 String iface = linkProp.getInterfaceName();
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java     [all...]

Completed in 223 milliseconds