Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1018 private static final int BASE_IFACE = Protocol.BASE_TETHERING + 100; field in Tethering.TetherInterfaceSM
1020 static final int CMD_TETHER_MODE_DEAD = BASE_IFACE + 1;
1022 static final int CMD_TETHER_REQUESTED = BASE_IFACE + 2;
1024 static final int CMD_TETHER_UNREQUESTED = BASE_IFACE + 3;
1026 static final int CMD_INTERFACE_DOWN = BASE_IFACE + 4;
1028 static final int CMD_INTERFACE_UP = BASE_IFACE + 5;
1030 static final int CMD_CELL_DUN_ERROR = BASE_IFACE + 6;
1032 static final int CMD_IP_FORWARDING_ENABLE_ERROR = BASE_IFACE + 7;
1034 static final int CMD_IP_FORWARDING_DISABLE_ERROR = BASE_IFACE + 8;
1036 static final int CMD_START_TETHERING_ERROR = BASE_IFACE + 9;
[all …]