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 133 private ConnectivityManager mConnMgr;
182 mConnMgr = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
299 NetworkInfo ni = mConnMgr.getNetworkInfo(ConnectivityManager.TYPE_MOBILE_MMS);
481 int result = mConnMgr.startUsingNetworkFeature(
506 if (mConnMgr != null) {
507 mConnMgr.stopUsingNetworkFeature(
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 263 private final ConnectivityManager mConnMgr;
411 mConnMgr = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
522 route_result = mConnMgr.requestRouteToHost(ConnectivityManager.TYPE_MOBILE_SUPL,
    [all...]

Completed in 68 milliseconds