Searched refs:CONNECTIVITY_SERVICE (Results 1 – 13 of 13) sorted by relevance
203 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in AndroidChannel()349 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in onReceive()
54 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in isConnected()
55 .asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in VpnFacade()
452 mManager = (ConnectivityManager) mService.getSystemService(Context.CONNECTIVITY_SERVICE); in ConnectivityManagerFacade()
107 (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); in ConnectivityManagerDelegate()
238 RuntimeEnvironment.application.getSystemService(Context.CONNECTIVITY_SERVICE)); in connect()
106 Context.CONNECTIVITY_SERVICE, in map.put() argument
214 context.getSystemService(Context.CONNECTIVITY_SERVICE); in RequestQueue()
87 RuntimeEnvironment.application.getSystemService(Context.CONNECTIVITY_SERVICE); in setUp()
450 .getSystemService(Context.CONNECTIVITY_SERVICE)) in reconnect_updatesConnectivityManager()
41 getApplicationContext().getSystemService(Context.CONNECTIVITY_SERVICE); in setUp()
97 assertThat(context.getSystemService(Context.CONNECTIVITY_SERVICE)) in shouldProvideServices()
259 mCm = (ConnectivityManager) mService.getSystemService(Context.CONNECTIVITY_SERVICE); in WifiManagerFacade()