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.java1052 private static final int BASE_MASTER = Protocol.BASE_TETHERING; field in Tethering.TetherMasterSM
1054 static final int EVENT_IFACE_SERVING_STATE_ACTIVE = BASE_MASTER + 1;
1056 static final int EVENT_IFACE_SERVING_STATE_INACTIVE = BASE_MASTER + 2;
1058 static final int CMD_UPSTREAM_CHANGED = BASE_MASTER + 3;
1060 static final int CMD_RETRY_UPSTREAM = BASE_MASTER + 4;
1063 static final int EVENT_UPSTREAM_CALLBACK = BASE_MASTER + 5;
1065 static final int CMD_CLEAR_ERROR = BASE_MASTER + 6;