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

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

Completed in 280 milliseconds