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

12 3 4 5 6 7 8 9

  /frameworks/base/core/java/com/android/server/net/
NetworkPinner.java 81 sCM = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/util/
SyncUtil.java 117 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
BasebandVersionPreferenceControllerTest.java 56 when(mContext.getSystemService(Context.CONNECTIVITY_SERVICE)).thenReturn(mCm);
  /packages/services/BuiltInPrintService/src/com/android/bips/util/
WifiMonitor.java 73 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
ImsUtil.java 94 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Dialer/java/com/android/dialer/common/
NetworkUtil.java 45 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
57 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
71 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/media/src/android/media/cts/
ConnectionStatus.java 43 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/net/src/android/net/cts/
MultinetworkApiTest.java 51 mCM = (ConnectivityManager) getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
  /developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
MainActivity.java 96 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
MainActivity.java 96 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
MainActivity.java 96 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
ClockWidgetProvider.java 67 .getSystemService(Context.CONNECTIVITY_SERVICE);
  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 91 mCM = (ConnectivityManager) sContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnUtils.java 88 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataUsageSummaryTest.java 64 shadowContext.setSystemService(Context.CONNECTIVITY_SERVICE, mManager);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherPasswordPreferenceControllerTest.java 74 when(mContext.getSystemService(Context.CONNECTIVITY_SERVICE))
WifiTetherSSIDPreferenceControllerTest.java 68 when(mContext.getSystemService(Context.CONNECTIVITY_SERVICE))
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 130 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
291 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 130 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
291 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/network/
VpnPreferenceController.java 75 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
77 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ConnectivityConstraintTestActivity.java 143 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 72 (ConnectivityManager) getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/location/src/android/location/cts/
GnssTtffTests.java 183 .getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/net/src/android/net/wifi/cts/
ConcurrencyTest.java 131 (ConnectivityManager) getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ConnectivityManagerTest.java 27 connectivityManager = (ConnectivityManager) Robolectric.application.getSystemService(Context.CONNECTIVITY_SERVICE);

Completed in 942 milliseconds

12 3 4 5 6 7 8 9