Searched refs:CONNECTIVITY_SERVICE (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DDataCommand.java56 IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
H A DWifiCommand.java56 IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java52 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
H A DManageDialog.java71 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java130 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
291 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java35 * {@link android.content.Context#getSystemService(String) Context.getSystemService(Context.CONNECTIVITY_SERVICE)}.
665 return (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
H A DDnsPinger.java291 Context.CONNECTIVITY_SERVICE);
H A DVpnService.java120 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
H A DProxy.java120 Context.CONNECTIVITY_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DNetworkTimeUpdateService.java245 .getSystemService(Context.CONNECTIVITY_SERVICE);
H A DSystemServer.java497 ServiceManager.addService(Context.CONNECTIVITY_SERVICE, connectivity);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java113 mCM = (ConnectivityManager)mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
158 .getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java1756 * <dt> {@link #CONNECTIVITY_SERVICE} ("connection")
1804 * @see #CONNECTIVITY_SERVICE
1992 public static final String CONNECTIVITY_SERVICE = "connectivity"; field in class:Context
H A DSyncManager.java336 Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java221 context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java167 Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java244 mCM = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java228 Context.CONNECTIVITY_SERVICE);
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java391 mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
433 mConnMgr = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java193 Context.CONNECTIVITY_SERVICE);
955 .getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java257 context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java128 context.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java1121 mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java342 Context.CONNECTIVITY_SERVICE);
/frameworks/base/core/java/android/app/
H A DContextImpl.java333 registerService(CONNECTIVITY_SERVICE, new StaticServiceFetcher() {
335 IBinder b = ServiceManager.getService(CONNECTIVITY_SERVICE);

Completed in 702 milliseconds

12