Home
last modified time | relevance | path

Searched refs:CONNECTIVITY_SERVICE (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc-java/android/src/main/java/io/grpc/android/
DAndroidChannelBuilder.java203 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in AndroidChannel()
349 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
/external/glide/library/src/main/java/com/bumptech/glide/manager/
DDefaultConnectivityMonitor.java54 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in isConnected()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DVpnFacade.java55 .asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in VpnFacade()
DConnectivityManagerFacade.java452 mManager = (ConnectivityManager) mService.getSystemService(Context.CONNECTIVITY_SERVICE); in ConnectivityManagerFacade()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DNetworkMonitorAutoDetect.java107 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in ConnectivityManagerDelegate()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWifiManager.java238 RuntimeEnvironment.application.getSystemService(Context.CONNECTIVITY_SERVICE)); in connect()
DShadowServiceManager.java106 Context.CONNECTIVITY_SERVICE, in map.put() argument
/external/apache-http/android/src/android/net/http/
DRequestQueue.java214 context.getSystemService(Context.CONNECTIVITY_SERVICE); in RequestQueue()
/external/grpc-grpc-java/android/src/test/java/io/grpc/android/
DAndroidChannelBuilderTest.java87 RuntimeEnvironment.application.getSystemService(Context.CONNECTIVITY_SERVICE); in setUp()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWifiManagerTest.java450 .getSystemService(Context.CONNECTIVITY_SERVICE)) in reconnect_updatesConnectivityManager()
DShadowConnectivityManagerTest.java41 getApplicationContext().getSystemService(Context.CONNECTIVITY_SERVICE); in setUp()
DShadowApplicationTest.java97 assertThat(context.getSystemService(Context.CONNECTIVITY_SERVICE)) in shouldProvideServices()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java259 mCm = (ConnectivityManager) mService.getSystemService(Context.CONNECTIVITY_SERVICE); in WifiManagerFacade()