Lines Matching refs:BASE

288     private static final int BASE = Protocol.BASE_WIFI_P2P_MANAGER;
291 public static final int DISCOVER_PEERS = BASE + 1;
293 public static final int DISCOVER_PEERS_FAILED = BASE + 2;
295 public static final int DISCOVER_PEERS_SUCCEEDED = BASE + 3;
298 public static final int STOP_DISCOVERY = BASE + 4;
300 public static final int STOP_DISCOVERY_FAILED = BASE + 5;
302 public static final int STOP_DISCOVERY_SUCCEEDED = BASE + 6;
305 public static final int CONNECT = BASE + 7;
307 public static final int CONNECT_FAILED = BASE + 8;
309 public static final int CONNECT_SUCCEEDED = BASE + 9;
312 public static final int CANCEL_CONNECT = BASE + 10;
314 public static final int CANCEL_CONNECT_FAILED = BASE + 11;
316 public static final int CANCEL_CONNECT_SUCCEEDED = BASE + 12;
319 public static final int CREATE_GROUP = BASE + 13;
321 public static final int CREATE_GROUP_FAILED = BASE + 14;
323 public static final int CREATE_GROUP_SUCCEEDED = BASE + 15;
326 public static final int REMOVE_GROUP = BASE + 16;
328 public static final int REMOVE_GROUP_FAILED = BASE + 17;
330 public static final int REMOVE_GROUP_SUCCEEDED = BASE + 18;
333 public static final int REQUEST_PEERS = BASE + 19;
335 public static final int RESPONSE_PEERS = BASE + 20;
338 public static final int REQUEST_CONNECTION_INFO = BASE + 21;
340 public static final int RESPONSE_CONNECTION_INFO = BASE + 22;
343 public static final int REQUEST_GROUP_INFO = BASE + 23;
345 public static final int RESPONSE_GROUP_INFO = BASE + 24;
348 public static final int ADD_LOCAL_SERVICE = BASE + 28;
350 public static final int ADD_LOCAL_SERVICE_FAILED = BASE + 29;
352 public static final int ADD_LOCAL_SERVICE_SUCCEEDED = BASE + 30;
355 public static final int REMOVE_LOCAL_SERVICE = BASE + 31;
357 public static final int REMOVE_LOCAL_SERVICE_FAILED = BASE + 32;
359 public static final int REMOVE_LOCAL_SERVICE_SUCCEEDED = BASE + 33;
362 public static final int CLEAR_LOCAL_SERVICES = BASE + 34;
364 public static final int CLEAR_LOCAL_SERVICES_FAILED = BASE + 35;
366 public static final int CLEAR_LOCAL_SERVICES_SUCCEEDED = BASE + 36;
369 public static final int ADD_SERVICE_REQUEST = BASE + 37;
371 public static final int ADD_SERVICE_REQUEST_FAILED = BASE + 38;
373 public static final int ADD_SERVICE_REQUEST_SUCCEEDED = BASE + 39;
376 public static final int REMOVE_SERVICE_REQUEST = BASE + 40;
378 public static final int REMOVE_SERVICE_REQUEST_FAILED = BASE + 41;
380 public static final int REMOVE_SERVICE_REQUEST_SUCCEEDED = BASE + 42;
383 public static final int CLEAR_SERVICE_REQUESTS = BASE + 43;
385 public static final int CLEAR_SERVICE_REQUESTS_FAILED = BASE + 44;
387 public static final int CLEAR_SERVICE_REQUESTS_SUCCEEDED = BASE + 45;
390 public static final int DISCOVER_SERVICES = BASE + 46;
392 public static final int DISCOVER_SERVICES_FAILED = BASE + 47;
394 public static final int DISCOVER_SERVICES_SUCCEEDED = BASE + 48;
397 public static final int PING = BASE + 49;
400 public static final int RESPONSE_SERVICE = BASE + 50;
403 public static final int SET_DEVICE_NAME = BASE + 51;
405 public static final int SET_DEVICE_NAME_FAILED = BASE + 52;
407 public static final int SET_DEVICE_NAME_SUCCEEDED = BASE + 53;
410 public static final int DELETE_PERSISTENT_GROUP = BASE + 54;
412 public static final int DELETE_PERSISTENT_GROUP_FAILED = BASE + 55;
414 public static final int DELETE_PERSISTENT_GROUP_SUCCEEDED = BASE + 56;
417 public static final int REQUEST_PERSISTENT_GROUP_INFO = BASE + 57;
419 public static final int RESPONSE_PERSISTENT_GROUP_INFO = BASE + 58;
422 public static final int SET_WFD_INFO = BASE + 59;
424 public static final int SET_WFD_INFO_FAILED = BASE + 60;
426 public static final int SET_WFD_INFO_SUCCEEDED = BASE + 61;
429 public static final int START_WPS = BASE + 62;
431 public static final int START_WPS_FAILED = BASE + 63;
433 public static final int START_WPS_SUCCEEDED = BASE + 64;
436 public static final int START_LISTEN = BASE + 65;
438 public static final int START_LISTEN_FAILED = BASE + 66;
440 public static final int START_LISTEN_SUCCEEDED = BASE + 67;
443 public static final int STOP_LISTEN = BASE + 68;
445 public static final int STOP_LISTEN_FAILED = BASE + 69;
447 public static final int STOP_LISTEN_SUCCEEDED = BASE + 70;
450 public static final int SET_CHANNEL = BASE + 71;
452 public static final int SET_CHANNEL_FAILED = BASE + 72;
454 public static final int SET_CHANNEL_SUCCEEDED = BASE + 73;
457 public static final int GET_HANDOVER_REQUEST = BASE + 75;
459 public static final int GET_HANDOVER_SELECT = BASE + 76;
461 public static final int RESPONSE_GET_HANDOVER_MESSAGE = BASE + 77;
463 public static final int INITIATOR_REPORT_NFC_HANDOVER = BASE + 78;
465 public static final int RESPONDER_REPORT_NFC_HANDOVER = BASE + 79;
467 public static final int REPORT_NFC_HANDOVER_SUCCEEDED = BASE + 80;
469 public static final int REPORT_NFC_HANDOVER_FAILED = BASE + 81;