Searched refs:mActiveIface (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsService.java | 252 private String mActiveIface; field in NetworkStatsService 827 mActiveIface, uid, set, tag, 0L, 0L, 0L, 0L, operationCount); in incrementOperationCount() 829 mActiveIface, uid, set, TAG_NONE, 0L, 0L, 0L, 0L, operationCount); in incrementOperationCount() 1105 mActiveIface = activeLink != null ? activeLink.getInterfaceName() : null; in updateIfacesLocked()
|