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

1 2 3 4 5 6 7 8 9

  /cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
WifiHelper.java 35 context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/netlegacy22.permission/src/android/net/cts/legacy/api22/permission/
ConnectivityManagerPermissionTest.java 35 mConnectivityManager = (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
NoNetworkStatePermissionTest.java 37 Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/permission/src/android/permission/cts/
ConnectivityManagerPermissionTest.java 35 mConnectivityManager = (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);
NoNetworkStatePermissionTest.java 37 Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeVoiceActivity.java 37 Context.CONNECTIVITY_SERVICE);
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
JobPreconditions.java 19 Context.CONNECTIVITY_SERVICE);
28 Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
ConfigureWifiSettingsTest.java 51 doReturn(manager).when(mContext).getSystemService(Context.CONNECTIVITY_SERVICE);
64 doReturn(manager).when(mContext).getSystemService(Context.CONNECTIVITY_SERVICE);
77 doReturn(manager).when(mContext).getSystemService(Context.CONNECTIVITY_SERVICE);
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/connectivity/
ConnectivityTest.java 42 getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
VpnPreferenceControllerTest.java 69 when(mContext.getSystemService(Context.CONNECTIVITY_SERVICE))
73 ShadowServiceManager.addService(Context.CONNECTIVITY_SERVICE, mBinder);
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfoTest.java 36 Context.CONNECTIVITY_SERVICE);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SubscriptionManagerTest.java 44 mCm = (ConnectivityManager)getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
CarrierConfigManagerTest.java 48 (ConnectivityManager) getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
CellLocationTest.java 46 mCm = (ConnectivityManager)getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
DefaultConnectivityMonitor.java 54 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherBasePreferenceController.java 47 mCm = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataUsageUtilsTest.java 46 shadowContext.setSystemService(Context.CONNECTIVITY_SERVICE, mManager);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryStatsHelperLoaderTest.java 54 Context.CONNECTIVITY_SERVICE);
  /packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
ConnectivityTestActivity.java 58 con.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Email/provider_src/com/android/email/
EmailConnectivityManager.java 74 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
158 (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
AutoTimeZonePreferenceControllerTest.java 58 ShadowApplication.getInstance().setSystemService(Context.CONNECTIVITY_SERVICE, mCm);
61 when(mMockContext.getSystemService(Context.CONNECTIVITY_SERVICE)).thenReturn(mCm);
  /developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
MainActivity.java 100 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
MainActivity.java 100 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /development/samples/LceDemo/src/com/example/android/lce/
LceDemoActivity.java 50 getApplicationContext().CONNECTIVITY_SERVICE);
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
MainActivity.java 100 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 9