Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveTracker.java107 private final int[] mSupportedKeepalives; field in KeepaliveTracker
128 mSupportedKeepalives = mDependencies.getSupportedKeepalives(mContext); in KeepaliveTracker()
332 mSupportedKeepalives, mNai.networkCapabilities); in checkPermission()
363 mSupportedKeepalives, mNai.networkCapabilities); in checkLimit()
942 pw.println("Supported Socket keepalives: " + Arrays.toString(mSupportedKeepalives)); in dump()