Home
last modified time | relevance | path

Searched refs:connMgr (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/
DMmsRequest.java330 private static boolean requestRouteToHostAddress(final ConnectivityManager connMgr, in requestRouteToHostAddress() argument
334 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()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DTestNetworkUtils.java65 ConnectivityManager connMgr, in setupAndGetTestNetwork() argument
79 connMgr.requestNetwork(nr, cb); in setupAndGetTestNetwork()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1178 final ConnectivityManager connMgr = (ConnectivityManager) mContext.getSystemService( in handleDataSaverChanged() local
1180 final boolean isDataSaverEnabled = connMgr.getRestrictBackgroundStatus() in handleDataSaverChanged()