Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java957 int idxVpnBackground = findIndex(underlyingIface, tunUid, SET_DEFAULT, TAG_NONE); in deductTrafficFromVpnApp() local
958 if (idxVpnBackground != -1) { in deductTrafficFromVpnApp()
959 tunSubtract(idxVpnBackground, this, moved); in deductTrafficFromVpnApp()