Home
last modified time | relevance | path

Searched refs:CONNECTIVITY_SERVICE (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/job/controllers/
DConnectivityController.java75 (ConnectivityService)ServiceManager.getService(Context.CONNECTIVITY_SERVICE); in ConnectivityController()
165 context.getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java54 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
69 context.getSystemService(Context.CONNECTIVITY_SERVICE); in SecurityControllerImpl()
DHotspotControllerImpl.java49 mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in HotspotControllerImpl()
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DNetworkActivity.java130 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); in updateConnectedFlags()
291 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
/frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
Dconnectivity-monitoring.jd43 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/docs/html-intl/intl/ko/training/monitoring-device-state/
Dconnectivity-monitoring.jd43 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/
Dconnectivity-monitoring.jd43 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/
Dconnectivity-monitoring.jd43 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAirplaneModeTile.java59 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in setEnabled()
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java58 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in onResume()
DManageDialog.java64 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in onResume()
/frameworks/base/core/java/android/net/
DNetworkAgent.java144 Context.CONNECTIVITY_SERVICE); in NetworkAgent()
DDnsPinger.java291 Context.CONNECTIVITY_SERVICE); in getCurrentLinkProperties()
DVpnService.java129 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in getService()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetServiceImpl.java106 mCM = (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in start()
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java259 getActivity().getSystemService(Context.CONNECTIVITY_SERVICE); in onResume()
594 context.getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
/frameworks/base/docs/html/training/basics/network-ops/
Dmanaging.jd99 getSystemService(Context.CONNECTIVITY_SERVICE);
126 getSystemService(Context.CONNECTIVITY_SERVICE);
356 getSystemService(Context.CONNECTIVITY_SERVICE);
418 context.getSystemService(Context.CONNECTIVITY_SERVICE);
Dconnecting.jd77 getSystemService(Context.CONNECTIVITY_SERVICE);
137 getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java113 mCM = (ConnectivityManager)mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in initialize()
158 .getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
/frameworks/base/core/java/android/content/
DContext.java2103 CONNECTIVITY_SERVICE,
2440 public static final String CONNECTIVITY_SERVICE = "connectivity"; field in Context
/frameworks/base/services/core/java/com/android/server/
DNetworkTimeUpdateService.java253 .getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd49 (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/docs/html/training/monitoring-device-state/
Dconnectivity-monitoring.jd49 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestBase.java128 mCm = (ConnectivityManager)mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in setUp()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java105 Context.CONNECTIVITY_SERVICE); in getWiFiIsOn()

12