Lines Matching refs:BASE

1111     private static final int BASE = Protocol.BASE_WIFI_MANAGER;
1115 public static final int CONNECT_NETWORK = BASE + 1;
1117 public static final int CONNECT_NETWORK_FAILED = BASE + 2;
1119 public static final int CONNECT_NETWORK_SUCCEEDED = BASE + 3;
1122 public static final int FORGET_NETWORK = BASE + 4;
1124 public static final int FORGET_NETWORK_FAILED = BASE + 5;
1126 public static final int FORGET_NETWORK_SUCCEEDED = BASE + 6;
1129 public static final int SAVE_NETWORK = BASE + 7;
1131 public static final int SAVE_NETWORK_FAILED = BASE + 8;
1133 public static final int SAVE_NETWORK_SUCCEEDED = BASE + 9;
1136 public static final int START_WPS = BASE + 10;
1138 public static final int START_WPS_SUCCEEDED = BASE + 11;
1140 public static final int WPS_FAILED = BASE + 12;
1142 public static final int WPS_COMPLETED = BASE + 13;
1145 public static final int CANCEL_WPS = BASE + 14;
1147 public static final int CANCEL_WPS_FAILED = BASE + 15;
1149 public static final int CANCEL_WPS_SUCCEDED = BASE + 16;
1152 public static final int DISABLE_NETWORK = BASE + 17;
1154 public static final int DISABLE_NETWORK_FAILED = BASE + 18;
1156 public static final int DISABLE_NETWORK_SUCCEEDED = BASE + 19;
1159 public static final int RSSI_PKTCNT_FETCH = BASE + 20;
1161 public static final int RSSI_PKTCNT_FETCH_SUCCEEDED = BASE + 21;
1163 public static final int RSSI_PKTCNT_FETCH_FAILED = BASE + 22;
1167 public static final int ENABLE_TRAFFIC_STATS_POLL = BASE + 31;
1169 public static final int TRAFFIC_STATS_POLL = BASE + 32;