Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DKeepaliveTracker.java101 private final int[] mSupportedKeepalives; field in KeepaliveTracker
115 mSupportedKeepalives = KeepaliveUtils.getSupportedKeepalives(mContext); in KeepaliveTracker()
276 mSupportedKeepalives, mNai.networkCapabilities); in checkPermission()
307 mSupportedKeepalives, mNai.networkCapabilities); in checkLimit()
731 pw.println("Supported Socket keepalives: " + Arrays.toString(mSupportedKeepalives)); in dump()