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

1 2 3 4 56 7 8 9

  /external/apache-http/android/src/android/net/http/
RequestQueue.java 214 context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 60 SYSTEM_SERVICE_MAP.put(Context.CONNECTIVITY_SERVICE, "android.net.ConnectivityManager");
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 105 Context.CONNECTIVITY_SERVICE);
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
UpstreamNetworkMonitor.java 399 mCM = (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 85 context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 524 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UtilsTest.java 90 when(mockContext.getSystemService(Context.CONNECTIVITY_SERVICE))
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnTests.java 96 .asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 379 } else if (CONNECTIVITY_SERVICE.equals(name)) {
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
PMCMainActivity.java 98 this.getApplicationContext().getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
AboutFragment.java 359 Context.CONNECTIVITY_SERVICE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsFragment.java 102 (ConnectivityManager)activity.getSystemService(Context.CONNECTIVITY_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 400 Context.CONNECTIVITY_SERVICE);
626 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 485 mCm = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 127 mCM = (ConnectivityManager) mActivity.getSystemService(mActivity.CONNECTIVITY_SERVICE);
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 209 .getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/net/src/android/net/wifi/aware/cts/
SingleDeviceTest.java 374 Context.CONNECTIVITY_SERVICE);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 224 Context.CONNECTIVITY_SERVICE);
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
SuggestionParser.java 305 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /frameworks/base/tests/net/java/com/android/server/connectivity/
TetheringTest.java 139 if (Context.CONNECTIVITY_SERVICE.equals(name)) return mConnectivityManager;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 550 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 144 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Messaging/src/com/android/messaging/util/
PhoneUtils.java 265 (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 169 mCm = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);

Completed in 1141 milliseconds

1 2 3 4 56 7 8 9