Searched defs:mActiveIface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java219 private String mActiveIface; field in class:NetworkStatsService
633 mActiveIface, uid, set, tag, 0L, 0L, 0L, 0L, operationCount);
635 mActiveIface, uid, set, TAG_NONE, 0L, 0L, 0L, 0L, operationCount);
886 mActiveIface = activeLink != null ? activeLink.getInterfaceName() : null;

Completed in 45 milliseconds