Home | History | Annotate | Download | only in server

Lines Matching refs:cooked

477     public boolean onEvent(int code, String raw, String[] cooked) {
484 if (cooked != null) {
485 builder.append(" cooked = " );
486 for (String str : cooked) {
499 cooked[2], cooked[3], Integer.parseInt(cooked[7]),
500 Integer.parseInt(cooked[10]));
504 if (cooked[5].equals("available")) {
507 notifyShareAvailabilityChange(cooked[3], avail);
514 final String label = cooked[2];
515 final String path = cooked[3];
520 String devComp = cooked[6].substring(1, cooked[6].length() -1);