HomeSort by relevance Sort by last modified time
    Searched refs:mConnMgr (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 67 ConnectivityManager mConnMgr = (ConnectivityManager)
69 NetworkInfo ni = mConnMgr.getNetworkInfo(ConnectivityManager.TYPE_MOBILE_MMS);
TransactionService.java 135 private ConnectivityManager mConnMgr;
191 mConnMgr = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
308 NetworkInfo ni = mConnMgr.getNetworkInfo(ConnectivityManager.TYPE_MOBILE_MMS);
493 int result = mConnMgr.startUsingNetworkFeature(
518 if (mConnMgr != null) {
519 mConnMgr.stopUsingNetworkFeature(
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 268 private final ConnectivityManager mConnMgr;
416 mConnMgr = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
527 route_result = mConnMgr.requestRouteToHost(ConnectivityManager.TYPE_MOBILE_SUPL,
    [all...]

Completed in 97 milliseconds