Home
last modified time | relevance | path

Searched refs:idxVpnForeground (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkStats.java962 int idxVpnForeground = findIndex(underlyingIface, tunUid, SET_FOREGROUND, TAG_NONE); in deductTrafficFromVpnApp() local
963 if (idxVpnForeground != -1) { in deductTrafficFromVpnApp()
964 tunSubtract(idxVpnForeground, this, moved); in deductTrafficFromVpnApp()