Home
last modified time | relevance | path

Searched refs:NETWORKMANAGEMENT_SERVICE (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
DConnTestActivity.java130 ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE)); in checkNetworkStatus()
/frameworks/base/services/core/java/com/android/server/
DCommonTimeManagementService.java156 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in systemRunning()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java393 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in start()
/frameworks/base/core/java/android/content/
DContext.java3401 public static final String NETWORKMANAGEMENT_SERVICE = "network_management"; field in Context
/frameworks/base/services/net/java/android/net/ip/
DIpManager.java591 ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE)), in IpManager()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java136 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in start()
/frameworks/base/core/java/android/os/
DStrictMode.java1837 ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE)); in setVmPolicy()
/frameworks/base/services/java/com/android/server/
DSystemServer.java1028 ServiceManager.addService(Context.NETWORKMANAGEMENT_SERVICE, networkManagement); in startOtherServices()
/frameworks/base/core/java/android/net/
DConnectivityManager.java1801 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in getNetworkManagementService()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java176 when(facade.getService(Context.NETWORKMANAGEMENT_SERVICE)).thenReturn( in getFrameworkFacade()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java408 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in connectivityServiceReady()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java932 IBinder b = mFacade.getService(Context.NETWORKMANAGEMENT_SERVICE); in WifiStateMachine()