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

  /packages/apps/Messaging/src/com/android/messaging/util/
ConnectivityUtil.java 36 private final ConnectivityManager mConnMgr;
49 mConnMgr = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
98 if (mConnMgr != null) {
111 if (mConnMgr != null) {
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java 379 private final ConnectivityManager mConnMgr;
639 mConnMgr = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
    [all...]

Completed in 94 milliseconds