HomeSort by relevance Sort by last modified time
    Searched refs:IPv6TetheringInterfaceServices (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IPv6TetheringInterfaceServices.java 47 class IPv6TetheringInterfaceServices {
48 private static final String TAG = IPv6TetheringInterfaceServices.class.getSimpleName();
61 IPv6TetheringInterfaceServices(String ifname, INetworkManagementService nms) {
TetherInterfaceStateMachine.java 90 private final IPv6TetheringInterfaceServices mIPv6TetherSvc;
104 mIPv6TetherSvc = new IPv6TetheringInterfaceServices(mIfaceName, mNMService);
218 Log.e(TAG, "Failed to start IPv6TetheringInterfaceServices");

Completed in 124 milliseconds