Searched defs:mConnMgr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java263 private final ConnectivityManager mConnMgr; field in class:GpsLocationProvider
411 mConnMgr = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
522 route_result = mConnMgr.requestRouteToHost(ConnectivityManager.TYPE_MOBILE_SUPL,
1262 int result = mConnMgr.startUsingNetworkFeature(
1272 route_result = mConnMgr.requestRouteToHost(
1296 mConnMgr.stopUsingNetworkFeature(

Completed in 24 milliseconds