Searched refs:connMgr (Results 1 – 3 of 3) 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()
1178 final ConnectivityManager connMgr = (ConnectivityManager) mContext.getSystemService( in handleDataSaverChanged() local1180 final boolean isDataSaverEnabled = connMgr.getRestrictBackgroundStatus() in handleDataSaverChanged()