HomeSort by relevance Sort by last modified time
    Searched refs:CONNECTIVITY_SERVICE (Results 51 - 75 of 213) sorted by null

1 23 4 5 6 7 8 9

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 55 .asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
AirplaneModeTile.java 69 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HotspotControllerImpl.java 50 Context.CONNECTIVITY_SERVICE);
SecurityControllerImpl.java 102 context.getSystemService(Context.CONNECTIVITY_SERVICE);
104 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java 52 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VvmNetworkRequestCallback.java 168 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Email/provider_src/com/android/email/provider/
RefreshStatusMonitor.java 87 ((ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE));
  /packages/apps/Settings/src/com/android/settings/
ResetNetworkConfirm.java 75 context.getSystemService(Context.CONNECTIVITY_SERVICE);
ProxySelector.java 152 (ConnectivityManager)getActivity().getSystemService(Context.CONNECTIVITY_SERVICE);
242 (ConnectivityManager)getActivity().getSystemService(Context.CONNECTIVITY_SERVICE);
TetherService.java 216 (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
222 (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/dashboard/
SupportFragment.java 95 (ConnectivityManager) mActivity.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
HotspotCondition.java 117 Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/wifi/
ConfigureWifiSettings.java 129 context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherSwitchBarController.java 50 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataPlanUsageSummaryTest.java 63 shadowContext.setSystemService(Context.CONNECTIVITY_SERVICE, mManager);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
MobileNetworkPreferenceControllerTest.java 76 when(mContext.getSystemService(Context.CONNECTIVITY_SERVICE))
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherApBandPreferenceControllerTest.java 67 when(mContext.getSystemService(Context.CONNECTIVITY_SERVICE))
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
JobPreconditionsTest.java 63 shadowOf(RuntimeEnvironment.application).setSystemService(Context.CONNECTIVITY_SERVICE,
  /packages/services/Mms/src/com/android/mms/service/
MmsNetworkManager.java 254 Context.CONNECTIVITY_SERVICE);
  /platform_testing/libraries/system-helpers/connectivity-helper/src/android/system/helpers/
ConnectivityHelper.java 71 .getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyBroadcastReceiver.java 118 .getSystemService(Context.CONNECTIVITY_SERVICE);
157 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 51 import static android.content.Context.CONNECTIVITY_SERVICE;
159 mCM = (ConnectivityManager) getSystemService(CONNECTIVITY_SERVICE);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSwitcherTest.java 201 contextFixture.setSystemService(Context.CONNECTIVITY_SERVICE, cm);
434 contextFixture.setSystemService(Context.CONNECTIVITY_SERVICE, cm);
507 contextFixture.setSystemService(Context.CONNECTIVITY_SERVICE, cm);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 262 getActivity().getSystemService(Context.CONNECTIVITY_SERVICE);
588 context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
VpnTestHelper.java 133 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);

Completed in 465 milliseconds

1 23 4 5 6 7 8 9