Searched refs:getSupportedKeepalives (Results 1 – 3 of 3) sorted by relevance
65 KeepaliveUtils.getSupportedKeepalives(mockContext) in testGetSupportedKeepalives()93 val actual = KeepaliveUtils.getSupportedKeepalives(mockContext) in testGetSupportedKeepalives()
52 public static int[] getSupportedKeepalives(@NonNull Context context) { in getSupportedKeepalives() method in KeepaliveUtils
115 mSupportedKeepalives = KeepaliveUtils.getSupportedKeepalives(mContext); in KeepaliveTracker()