Searched refs:connMgr (Results 1 – 4 of 4) sorted by relevance
330 private static boolean requestRouteToHostAddress(final ConnectivityManager connMgr, in requestRouteToHostAddress() argument334 final Method method = connMgr.getClass().getMethod("requestRouteToHostAddress", in requestRouteToHostAddress()337 return (Boolean) method.invoke(connMgr, TYPE_MOBILE_MMS, inetAddr); in requestRouteToHostAddress()345 final Method method = connMgr.getClass().getMethod("requestRouteToHost", in requestRouteToHostAddress()348 return (Boolean) method.invoke(connMgr, TYPE_MOBILE_MMS, in requestRouteToHostAddress()
65 ConnectivityManager connMgr, in setupAndGetTestNetwork() argument79 connMgr.requestNetwork(nr, cb); in setupAndGetTestNetwork()
380 val connMgr = in <lambda>() constant383 val wifi = connMgr.getNetworkInfo(ConnectivityManager.TYPE_WIFI) in <lambda>()
1349 final ConnectivityManager connMgr = (ConnectivityManager) mContext.getSystemService( in handleDataSaverChanged() local1351 final boolean isDataSaverEnabled = connMgr.getRestrictBackgroundStatus() in handleDataSaverChanged()