Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DCommonTimeManagementService.java160 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/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java121 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in start()
/frameworks/base/services/net/java/android/net/ip/
DIpManager.java426 ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE))); in IpManager()
/frameworks/base/core/java/android/content/
DContext.java3361 public static final String NETWORKMANAGEMENT_SERVICE = "network_management"; field in Context
/frameworks/base/services/java/com/android/server/
DSystemServer.java1023 ServiceManager.addService(Context.NETWORKMANAGEMENT_SERVICE, networkManagement); in startOtherServices()
/frameworks/base/core/java/android/os/
DStrictMode.java1835 ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE)); in setVmPolicy()
/frameworks/base/core/java/android/net/
DConnectivityManager.java1772 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in getNetworkManagementService()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java185 when(facade.getService(Context.NETWORKMANAGEMENT_SERVICE)).thenReturn( in getFrameworkFacade()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java383 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in connectivityServiceReady()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java893 IBinder b = mFacade.getService(Context.NETWORKMANAGEMENT_SERVICE); in WifiStateMachine()