Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java45 import static com.android.server.NetworkManagementService.NetdResponseCode.InterfaceListResult;
184 public static final int InterfaceListResult = 110; field in NetworkManagementService.NetdResponseCode
998 mConnector.executeForList("interface", "list"), InterfaceListResult); in listInterfaces()