Searched refs:getSupportedKeepalives (Results 1 – 11 of 11) sorted by relevance
45 public static int[] getSupportedKeepalives(@NonNull Context context) { in getSupportedKeepalives() method in KeepaliveUtils46 return context.getSystemService(ConnectivityManager.class).getSupportedKeepalives(); in getSupportedKeepalives()
78 KeepaliveResourceUtil.getSupportedKeepalives(mockContext) in testGetSupportedKeepalives()107 val actual = KeepaliveResourceUtil.getSupportedKeepalives(mockContext) in testGetSupportedKeepalives()
40 public static int[] getSupportedKeepalives(@NonNull Context context) { in getSupportedKeepalives() method in KeepaliveResourceUtil
128 mSupportedKeepalives = mDependencies.getSupportedKeepalives(mContext); in KeepaliveTracker()973 public int[] getSupportedKeepalives(@NonNull Context context) { in getSupportedKeepalives() method in KeepaliveTracker.Dependencies974 return KeepaliveResourceUtil.getSupportedKeepalives(context); in getSupportedKeepalives()
200 int[] getSupportedKeepalives(); in getSupportedKeepalives() method
2693 public int[] getSupportedKeepalives() { in getSupportedKeepalives() method in ConnectivityManager2695 return mService.getSupportedKeepalives(); in getSupportedKeepalives()
1073 private int getSupportedKeepalives(NetworkCapabilities nc) throws Exception { in getSupportedKeepalives() method in VpnTest1075 final int[] keepalivesPerTransport = KeepaliveUtils.getSupportedKeepalives( in getSupportedKeepalives()1189 final int supported = getSupportedKeepalives(cap); in doTestAutomaticOnOffKeepaliveMode()
343 doReturn(new int[] {3, 0, 0, 3}).when(mKeepaliveTrackerDeps).getSupportedKeepalives(mCtx); in setup()
1750 () -> mCm.getSupportedKeepalives()); in getSupportedKeepalivesForNet()
11677 public int[] getSupportedKeepalives() {11683 KeepaliveResourceUtil.getSupportedKeepalives(mContext));
1928 .getSupportedKeepalives(mServiceContext); in setUp()