Searched refs:liballoc (Results 1 – 1 of 1) sorted by relevance
372 public FillTableThread(LibraryAllocations liballoc, int m) { in FillTableThread() argument373 mLibAlloc = liballoc; in FillTableThread()1049 for (LibraryAllocations liballoc : mLibraryAllocations) {1050 if (liballoc != null) {1052 String lib = liballoc.getLibrary();1054 item.setText(1, sFormatter.format(liballoc.getSize()));1055 item.setText(2, sFormatter.format(liballoc.getCount()));1065 LibraryAllocations liballoc = mLibraryAllocations.get(index);1071 mFillTableThread = new FillTableThread(liballoc,1072 liballoc.getAllocationSize());[all …]