Home
last modified time | relevance | path

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

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetServiceImpl.java80 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in EthernetServiceImpl()
DEthernetNetworkFactory.java353 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in start()
/frameworks/base/services/core/java/com/android/server/
DCommonTimeManagementService.java159 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in systemRunning()
/frameworks/base/core/java/android/content/
DContext.java2457 public static final String NETWORKMANAGEMENT_SERVICE = "network_management"; field in Context
/frameworks/base/core/java/android/net/
DConnectivityManager.java1324 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in getNetworkManagementService()
/frameworks/base/services/java/com/android/server/
DSystemServer.java621 ServiceManager.addService(Context.NETWORKMANAGEMENT_SERVICE, networkManagement); in startOtherServices()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java381 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in connectivityServiceReady()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java847 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); in WifiStateMachine()