Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1046 private static final int BASE_MASTER = Protocol.BASE_TETHERING; field in Tethering.TetherMasterSM
1048 static final int EVENT_IFACE_SERVING_STATE_ACTIVE = BASE_MASTER + 1;
1050 static final int EVENT_IFACE_SERVING_STATE_INACTIVE = BASE_MASTER + 2;
1052 static final int CMD_UPSTREAM_CHANGED = BASE_MASTER + 3;
1054 static final int CMD_RETRY_UPSTREAM = BASE_MASTER + 4;
1057 static final int EVENT_UPSTREAM_CALLBACK = BASE_MASTER + 5;
1059 static final int CMD_CLEAR_ERROR = BASE_MASTER + 6;
1060 static final int EVENT_IFACE_UPDATE_LINKPROPERTIES = BASE_MASTER + 7;
1062 static final int EVENT_UPSTREAM_PERMISSION_CHANGED = BASE_MASTER + 8;