Lines Matching refs:BASE

1132     private static final int BASE = Protocol.BASE_WIFI_SCANNER;
1135 public static final int CMD_SCAN = BASE + 0;
1137 public static final int CMD_START_BACKGROUND_SCAN = BASE + 2;
1139 public static final int CMD_STOP_BACKGROUND_SCAN = BASE + 3;
1141 public static final int CMD_GET_SCAN_RESULTS = BASE + 4;
1143 public static final int CMD_SCAN_RESULT = BASE + 5;
1145 public static final int CMD_SET_HOTLIST = BASE + 6;
1147 public static final int CMD_RESET_HOTLIST = BASE + 7;
1149 public static final int CMD_AP_FOUND = BASE + 9;
1151 public static final int CMD_AP_LOST = BASE + 10;
1153 public static final int CMD_START_TRACKING_CHANGE = BASE + 11;
1155 public static final int CMD_STOP_TRACKING_CHANGE = BASE + 12;
1157 public static final int CMD_CONFIGURE_WIFI_CHANGE = BASE + 13;
1159 public static final int CMD_WIFI_CHANGE_DETECTED = BASE + 15;
1161 public static final int CMD_WIFI_CHANGES_STABILIZED = BASE + 16;
1163 public static final int CMD_OP_SUCCEEDED = BASE + 17;
1165 public static final int CMD_OP_FAILED = BASE + 18;
1167 public static final int CMD_PERIOD_CHANGED = BASE + 19;
1169 public static final int CMD_FULL_SCAN_RESULT = BASE + 20;
1171 public static final int CMD_START_SINGLE_SCAN = BASE + 21;
1173 public static final int CMD_STOP_SINGLE_SCAN = BASE + 22;
1175 public static final int CMD_SINGLE_SCAN_COMPLETED = BASE + 23;
1177 public static final int CMD_START_PNO_SCAN = BASE + 24;
1179 public static final int CMD_STOP_PNO_SCAN = BASE + 25;
1181 public static final int CMD_PNO_NETWORK_FOUND = BASE + 26;
1183 public static final int CMD_REGISTER_SCAN_LISTENER = BASE + 27;
1185 public static final int CMD_DEREGISTER_SCAN_LISTENER = BASE + 28;