Searched refs:getSupportedKeepalives (Results 1 – 4 of 4) sorted by relevance
83 KeepaliveUtils.getSupportedKeepalives(mockContext) in testGetSupportedKeepalives()112 val actual = KeepaliveUtils.getSupportedKeepalives(mockContext) in testGetSupportedKeepalives()
51 public static int[] getSupportedKeepalives(@NonNull Context context) { in getSupportedKeepalives() method in KeepaliveUtils
115 mSupportedKeepalives = KeepaliveUtils.getSupportedKeepalives(mContext); in KeepaliveTracker()
1360 final int[] keepalivesPerTransport = KeepaliveUtils.getSupportedKeepalives(mContext); in getSupportedKeepalivesForNet()