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/
TransactionService.java 131 private ConnectivityManager mConnMgr;
178 mConnMgr = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
295 return mConnMgr.getNetworkInfo(ConnectivityManager.TYPE_MOBILE_MMS).
479 int result = mConnMgr.startUsingNetworkFeature(
504 if (mConnMgr != null) {
505 mConnMgr.stopUsingNetworkFeature(
    [all...]
RetryScheduler.java 68 ConnectivityManager mConnMgr = (ConnectivityManager)
70 return (mConnMgr.getNetworkInfo(ConnectivityManager.TYPE_MOBILE_MMS).
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 256 private final ConnectivityManager mConnMgr;
407 mConnMgr = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
    [all...]

Completed in 55 milliseconds