/frameworks/libs/net/common/device/android/net/ |
D | NetworkFactory.java | 137 Context.CONNECTIVITY_SERVICE)).registerNetworkProvider(mProvider); in register() 147 ((ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE)) in terminate()
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
D | NetworkActivity.java | 130 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); in updateConnectedFlags() 291 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
|
/frameworks/base/core/java/com/android/server/net/ |
D | NetworkPinner.java | 81 sCM = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in maybeInitConnectivityManager()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | TetherUtilTest.java | 57 .when(mContext).getSystemService(Context.CONNECTIVITY_SERVICE); in setUp()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | NtpTimeHelper.java | 79 mConnMgr = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in NtpTimeHelper()
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
D | AlwaysOnDisconnectedDialog.java | 57 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in onCreate()
|
D | ConfirmDialog.java | 66 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in onCreate()
|
D | ManageDialog.java | 60 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HotspotControllerImpl.java | 66 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in HotspotControllerImpl()
|
D | SecurityControllerImpl.java | 117 context.getSystemService(Context.CONNECTIVITY_SERVICE); in SecurityControllerImpl() 119 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in SecurityControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | AirplaneModeTile.java | 85 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in setEnabled()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 262 getActivity().getSystemService(Context.CONNECTIVITY_SERVICE); in onResume() 588 context.getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuNetworkConnection.java | 123 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in init()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | PrivateAddressCoordinator.java | 82 Context.CONNECTIVITY_SERVICE); in PrivateAddressCoordinator()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerTest.java | 81 mContext.addMockSystemService(Context.CONNECTIVITY_SERVICE, mConnectivityManager); in setUp()
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
D | ConnectionUtil.java | 113 mCM = (ConnectivityManager)mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in initialize() 158 .getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
D | UidDetailProvider.java | 127 Context.CONNECTIVITY_SERVICE); in buildUidDetail()
|
/frameworks/base/packages/OsuLogin/src/com/android/hotspot2/osu/ |
D | OsuLoginActivity.java | 111 Context.CONNECTIVITY_SERVICE); in onCreate()
|
/frameworks/base/core/java/android/net/ |
D | IpSecTransform.java | 313 Context.CONNECTIVITY_SERVICE); in startNattKeepalive()
|
D | VpnService.java | 178 ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in getService()
|
/frameworks/base/tests/net/integration/src/com/android/server/net/integrationtests/ |
D | ConnectivityServiceIntegrationTest.kt | 168 context.addMockSystemService(Context.CONNECTIVITY_SERVICE, cm) in setUp()
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | PrivateAddressCoordinatorTest.java | 70 when(mContext.getSystemService(Context.CONNECTIVITY_SERVICE)).thenReturn(mConnectivityMgr); in setUp()
|
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 334 registerService(Context.CONNECTIVITY_SERVICE, ConnectivityManager.class, in registerService() argument 338 IBinder b = ServiceManager.getServiceOrThrow(Context.CONNECTIVITY_SERVICE); in registerService() 372 IBinder b = ServiceManager.getService(Context.CONNECTIVITY_SERVICE); in registerService() 384 IBinder b = ServiceManager.getServiceOrThrow(Context.CONNECTIVITY_SERVICE); in registerService() 397 ServiceManager.getServiceOrThrow(Context.CONNECTIVITY_SERVICE); in registerService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkValidator.java | 245 mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | ConnectivityManagerTestBase.java | 128 mCm = (ConnectivityManager)mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in setUp()
|